Installation
Depend On It
flutter pub add flutter_map latlong2Platform Configuration
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
...
<uses-permission android:name="android.permission.INTERNET"/>
...
</manifest>...
<dict>
...
<key>com.apple.security.network.client</key>
<true/>
...
</dict>
...Last updated
Was this helpful?