File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.8+1
2
+
3
+ * Updated apple_maps_flutter to solve issue #8 which caused an unresponsive map on iOS after calling setState.
4
+
1
5
## 0.1.8
2
6
3
7
* Added zoomControlsEnabled flag for Google Maps
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ packages:
122
122
path: ".."
123
123
relative: true
124
124
source: path
125
- version: "0.1.8"
125
+ version: "0.1.8+1 "
126
126
plugin_platform_interface:
127
127
dependency: transitive
128
128
description:
Original file line number Diff line number Diff line change 1
1
name : platform_maps_flutter
2
2
description : A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3
- version : 0.1.8
3
+ version : 0.1.8+1
4
4
homepage : https://github.com/LuisThein
5
5
repository : https://github.com/LuisThein/platform_maps_flutter
6
6
issue_tracker : https://github.com/LuisThein/platform_maps_flutter/issues
You can’t perform that action at this time.
0 commit comments