Skip to content

Commit 048efda

Browse files
committed
Update README.md
1 parent 9c0cd15 commit 048efda

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,25 @@ This repository contains Flutter sample code demonstrating the capabilities of A
88
- Place the `arcgis_maps_package` directory next to your `arcgis-maps-sdk-flutter-samples` directory
99

1010
```
11-
|-- root-directory
12-
|-- arcgis-maps-sdk-flutter-samples
13-
|-- arcgis_maps_package
11+
parent_directory
12+
|
13+
|__ arcgis-maps-sdk-flutter-samples
14+
|
15+
|__ arcgis_maps_package
1416
```
17+
1518
- Use flutter pub upgrade to configure the dependencies
19+
1620
```
1721
flutter pub upgade
1822
```
23+
1924
- Configure arcgis_maps_core
25+
2026
```
2127
dart run arcgis_maps install
2228
```
29+
2330
- Now you are ready to run the samples app!
2431

2532
## Running the Samples app

0 commit comments

Comments
 (0)