hhkaos / flutter_arcgis_basemaps

Example project loading ArcGIS vector basemaps using Fluttler
3 stars 0 forks source link
arcgis basemaps dart esri flutter leaflet maps mvt vector-map

flutter_arcgis_basemaps

This is a sample app showing how to load ArcGIS vector basemaps using a free ArcGIS Platform account and Leaflet.js using flutter-vector-map-tiles

VSCode Screenshot

Getting Started

Place a api_key.dart file within lib/src with the following content (replacing the API key)

// Create a free account: https://developers.arcgis.com/sign-up
// Grab the API from: https://developers.arcgis.com/api-keys/
final apiKey = '<your_API_KEY>';

Clarifications

This project has to Widgets:

Gallery of supported basemaps

arcgis-navigation
example screenshot
arcgis-navigation-night
example screenshot
arcgis-community
example screenshot
arcgis-nova
example screenshot
arcgis-midcentury
example screenshot
arcgis-streets
example screenshot
arcgis-streets-night
example screenshot
arcgis-light-gray
example screenshot
arcgis-dark-gray
example screenshot
arcgis-human-geography
example screenshot
arcgis-human-geography-dark
example screenshot

Known issues

There are some limitations that needs to be overcome. Those are listed in the project issues.