amap_flutter 0.6.0 copy "amap_flutter: ^0.6.0" to clipboard
amap_flutter: ^0.6.0 copied to clipboard

A Flutter plugin that integrated Amap SDK, support Android, iOS and Web.

0.6.0 #

Remove geolocator dependency and upgrade dependencies.

Add /android/app/.cxx directory in .gitignore file.

Upgrade Gradle and Android Gradle Plugin versions.

Update compileSdk version in Android.

Stop exporting latlong2 dependency.

Upgrade to use Dart3.3 new feature as using extension type to do js interop.

Add JS function name in JS annotation and remove unnecessary JS annotation.

0.5.3 #

Use "setVisibleMapRect" to move camera in iOS, as edge padding can be set.

0.5.2 #

Separate MessageCodec as a standalone file.

Remove updateMarker api.

Add functionality of showing custom marker icon.

Add size property in Bitmap and add bitmap property in Marker.

Add marker icon as asset and customize marker icon of map in example app.

Scale marker icon size on iOS platform.

0.5.1 #

Add "minZoomLevel" and "maxZoomLevel" property of "AMapFlutter".

0.5.0 #

Add "initFitPositions" in "AMapFlutter".

Add "fitPositions" field in "MapInitConfig".

Use "_AMapApiCodec" as "creationParamsCodec" when creating "AndroidView" and "UiKitView".

When map initializing completed, move camera to fit positions in Android and iOS.

Recover "Position" custom type.

Add "EdgePadding" utility and expose utilities.

Remove the deprecated option 'android.enableR8'.

Upgrade android gradle plugin and compileSdk.

0.4.1 #

Include "latlong2" dependency in "amap_flutter" dependency.

0.4.0 #

Use "geolocator" dependency instead of self defined "Position".

Upgrade Android gradle configuration and iOS configuration.

0.3.2 #

Make position of CameraPosition as un-nullable.

0.3.1 #

Make sure "amap" library is loaded when setting api key on web.

Update README.md.

0.3.0 #

Add webKey property of ApiKey.

Asynchronously load JS API in setApiKey method of AMapFlutterWebController.

0.2.2 #

Change return type of "init" method of "AMapFlutter" to "Future".

0.2.1 #

Change MapView to TextureMapView.

0.2.0 #

Use "LatLng" from "latlong2" dependency in public apis.

0.1.0 #

! According to Flutter issue #143922, add ResizeObserver to make sure creating AMap element after map container div attached to the DOM.

Change the direction of map control offset to center on iOS.

Extract checking platform as a common utility.

Use 'dart:ui_web' instead of 'dart:ui_web'.

Upgrade dependencies, and update environment restriction.

Update example app.

Clean up code.

0.0.2 #

Add GitHub Actions configuration to automatically publish to pub.dev from Github.

Lint code and reformat code.

0.0.1 #

Initial release.

4
likes
150
points
416
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that integrated Amap SDK, support Android, iOS and Web.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, flutter_web_plugins, latlong2, plugin_platform_interface, stream_transform, web

More

Packages that depend on amap_flutter