amap_fl_plugin 0.1.7 copy "amap_fl_plugin: ^0.1.7" to clipboard
amap_fl_plugin: ^0.1.7 copied to clipboard

Flutter plugin for AMap (Gaode) with 2D map, marker and location support.

0.1.7 #

  • Docs: clarify required iOS app-side configuration for map rendering.
  • Add complete Info.plist snippet including MAMapAPIKey, location usage descriptions and NSAppTransportSecurity.
  • Clarify common iOS blank-map troubleshooting steps.

0.1.6 #

  • Fix iOS privacy compliance initialization for AMap SDK.
  • Call MAMapView.updatePrivacyShow and MAMapView.updatePrivacyAgree before any map view creation.
  • Also call AMapLocationManager privacy APIs to keep location SDK compliant.
  • Initialize AMapServices.shared().apiKey from Info.plist (MAMapAPIKey) during plugin registration.

0.1.5 #

  • Fix iOS dependency integration for consumer apps.
  • Add explicit AMapFoundation dependency in plugin podspec.
  • Remove fragile custom Swift compiler module-map flags.
  • Keep direct Swift imports MAMapKit and AMapLocationKit.

0.1.4 #

  • Fix iOS compile issue No such module 'MAMapKit' in consumer apps.
  • Add conditional Swift imports to support module names exposed by different AMap pod variants:
    • MAMapKit or AMap2DMap
    • AMapLocationKit or AMapLocation

0.1.3 #

  • Fix iOS CocoaPods dependency name for map SDK.
  • Replace invalid MAMapKit pod dependency with official AMap2DMap.

0.1.2 #

  • Fix Android crash when reopening map page on newer Android versions by disabling native heap pointer tagging in plugin manifest (android:allowNativeHeapPointerTagging="false").

0.1.1 #

  • Fix Android release/profile crash caused by AMap classes being removed by R8/Proguard.
  • Add android/consumer-rules.pro with keep rules for com.amap.api.** and com.autonavi.**.

0.1.0 #

  • 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.
1
likes
140
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for AMap (Gaode) with 2D map, marker and location support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on amap_fl_plugin

Packages that implement amap_fl_plugin