arcgis_maps 300.0.0+4935
arcgis_maps: ^300.0.0+4935 copied to clipboard
Use ArcGIS Maps SDK for Flutter to incorporate capabilities such as location, 2D viewing and editing, geocoding, and routing into your iOS and Android apps.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate arcgis_mapsUse it
The package has the following executables:
$ arcgis_create
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add arcgis_mapsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
arcgis_maps: ^300.0.0+4935Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:arcgis_maps/arcgis_maps.dart';