Skip to content

Files

This branch is 9 commits behind fluttercommunity/arcgis_map_sdk:main.

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 24, 2024
Feb 26, 2024
Jul 22, 2024
Aug 22, 2024
Nov 15, 2023
Nov 15, 2023
Nov 17, 2023
Nov 15, 2023
Nov 15, 2023
Nov 18, 2023
Nov 15, 2023
Oct 24, 2024
Jul 22, 2024
Nov 18, 2023

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.