We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6ee7b commit c248e1aCopy full SHA for c248e1a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.0.3
2
+
3
+* Fixes an issue where mapController.moveCamera would animate the camera transition.
4
+* To animate a camera movement, mapController.animateCamera should be used instead.
5
6
## 1.0.2
7
8
* Removed Android folder to fix build failures
pubspec.yaml
@@ -1,6 +1,6 @@
name: apple_maps_flutter
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
-version: 1.0.2
+version: 1.0.3
homepage: https://luisthein.de
repository: https://github.com/LuisThein/apple_maps_flutter
issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues
0 commit comments