diff --git a/CHANGELOG.md b/CHANGELOG.md index da5a120..0d86636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.8+1 + +* Updated apple_maps_flutter to solve issue #8 which caused an unresponsive map on iOS after calling setState. + ## 0.1.8 * Added zoomControlsEnabled flag for Google Maps diff --git a/example/pubspec.lock b/example/pubspec.lock index 283fa37..8789987 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.1.8" + version: "0.1.8+1" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e72131c..6324841 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_maps_flutter description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation. -version: 0.1.8 +version: 0.1.8+1 homepage: https://github.com/LuisThein repository: https://github.com/LuisThein/platform_maps_flutter issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues