arcgis_maps_toolkit 200.8.0+4672
arcgis_maps_toolkit: ^200.8.0+4672 copied to clipboard
ArcGIS Maps SDK for Flutter Toolkit contains ready-made widgets to simplify the development of mapping and GIS apps with Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add arcgis_maps_toolkit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
arcgis_maps_toolkit: ^200.8.0+4672
Alternatively, 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_toolkit/arcgis_maps_toolkit.dart';