Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 388 Bytes

Arcgis example app

An example app for the plugin. Works on web, android and iOS.

Add the package to your app

In your app's pubspec.yaml dependencies, add e.g. for web:

dependencies:
  arcgis_map_sdk:

Import the package in your dart file

import 'package:arcgis_map_sdk/arcgis_map_sdk.dart';

Finally, use the ArcgisMap Widget in similar way as the example.