For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional Setup

Web

Android

flutter_map needs to access the Internet to load tiles, in most cases. On Android, apps must include the INTERNET permission in their manifest. Add the following line to all manifests.

AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET"/>

Last updated

Was this helpful?