amap_fl_plugin
Flutter plugin for AMap (Gaode) with 2D map, marker and location support.
What this package is like to depend on
Last release 5 months ago
25 Mar 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Mar 2026Releases
latest 4-
0.1.725 Mar 2026Release notes
Open source →- Docs: clarify required iOS app-side configuration for map rendering.
- Add complete
Info.plistsnippet includingMAMapAPIKey, location usage descriptions andNSAppTransportSecurity. - Clarify common iOS blank-map troubleshooting steps.
-
0.1.324 Mar 2026Release notes
Open source →- Fix iOS CocoaPods dependency name for map SDK.
- Replace invalid
MAMapKitpod dependency with officialAMap2DMap.
-
0.1.223 Mar 2026Release notes
Open source →- Fix Android crash when reopening map page on newer Android versions by disabling native heap pointer tagging in plugin manifest (
android:allowNativeHeapPointerTagging="false").
- Fix Android crash when reopening map page on newer Android versions by disabling native heap pointer tagging in plugin manifest (
-
0.1.020 Mar 2026Release notes
Open source →- Initial MVP release.
- Support 2D map view on Android/iOS.
- Support marker add/clear APIs.
- Support my-location display.
- Support map tap event stream and location event stream.
- Support track polyline draw/clear APIs.
- Include runnable example app with permission handling and simulated track testing.