Select to view content in your preferred language

Handling location permission in ArcGIS Maps SDK for Flutter

93
0
01-06-2025 07:42 AM
Labels (1)
Rachael_Ellen
Esri Contributor
2 0 93

In this blog post (find it here on the ArcGIS Blog), learn how to use the ArcGIS Maps SDK for Flutter alongside a third-party Flutter plugin to efficiently manage location permissions. 

In this blog post, learn how to use the new Flutter Maps SDK to:

  • Set up a third party plugin (permission_handler) to request permissions such as location services 
  • Configure an app that allows users full control over granting location access and to navigate easily to enable location settings when needed

Location Access Demo, built with the ArcGIS Maps SDK for Flutter

The complete project code shared in this blog is available on GitHub.