Skip to content

Commit e22eb65

Browse files
committed
Bumped version + updated changelog
1 parent a7008eb commit e22eb65

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## 0.1.8
26

37
* Added zoomControlsEnabled flag for Google Maps

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ packages:
122122
path: ".."
123123
relative: true
124124
source: path
125-
version: "0.1.8"
125+
version: "0.1.8+1"
126126
plugin_platform_interface:
127127
dependency: transitive
128128
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: platform_maps_flutter
22
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
44
homepage: https://github.com/LuisThein
55
repository: https://github.com/LuisThein/platform_maps_flutter
66
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues

0 commit comments

Comments
 (0)