You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
3
3
This repository contains Flutter sample code demonstrating the capabilities of ArcGIS Maps SDK for Flutter and how to use them in your own app. This SDK enables development of cross-platform GIS apps for mobile devices running iOS and Android.
4
4
5
-
## Configure to use the Beta release package of ArcGIS Maps SDK for Flutter
6
-
- Visit [earlyadopter.esri.com](http://earlyadopter.esri.com/) and download the ArcGIS Maps SDK for Flutter package. Follow the instructions to unpackage
7
-
- Clone or download this repository
8
-
- Place the `arcgis_maps_package` directory next to your `arcgis-maps-sdk-flutter-samples` directory
5
+
## Run the samples using the Beta package of ArcGIS Maps SDK for Flutter
6
+
7
+
Visit [earlyadopter.esri.com](http://earlyadopter.esri.com/) and download the ArcGIS Maps SDK for Flutter package. Follow the instructions to unpackage.
8
+
9
+
Clone or download this repository into the same parent directory as the `arcgis_maps_package`. Your file structure should be:
9
10
10
11
```
11
12
parent_directory
@@ -15,19 +16,19 @@ parent_directory
15
16
|__ arcgis_maps_package
16
17
```
17
18
18
-
-Use flutter pub upgrade to configure the dependencies
19
+
Use `flutter pub upgrade` to configure the dependencies.
19
20
20
21
```
21
22
flutter pub upgrade
22
23
```
23
24
24
-
- Configure arcgis_maps_core
25
+
Install arcgis_maps_core.
25
26
26
27
```
27
28
dart run arcgis_maps install
28
29
```
29
30
30
-
-Now you are ready to run the samples app!
31
+
Now you are ready to run the samples app!
31
32
32
33
## Running the Samples app
33
34
@@ -53,9 +54,9 @@ Individual samples can also be run on an iOS or Android simulator or device.
53
54
54
55
## Configuring API Keys
55
56
56
-
To fully take advantage of the samples in the app, you will need to generate an API Key.
57
+
To take full advantage of the samples in the app, you will need to generate an API Key.
57
58
58
-
- Log into your developer account at the [ArcGIS Developers](https://developers.arcgis.com/)
59
+
- Log into your developer account at [ArcGIS Developers](https://developers.arcgis.com/)
59
60
- If you do not have an account, [create one](https://developers.arcgis.com/sign-up/)
60
61
- Go to the "API keys" tab
61
62
- Click the "New API Key" button and provide a Title and Description
@@ -73,6 +74,14 @@ or to run an individual sample:
73
74
flutter run lib/src/samples/display_map.dart --dart-define-from-file=path/to/json/file.json
0 commit comments