Skip to content

Commit 630034c

Browse files
committed
fix: Update apple_maps_flutter version
1 parent e1290f4 commit 630034c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.9+1
2+
3+
* Updated apple_maps_flutter to fix infoWindow onTap
4+
15
## 0.1.9
26

37
* The Annotation rework of [commit](https://github.com/LuisThein/apple_maps_flutter/commit/01e3ea4f4a4274d4d2d2636fd863ba1e3283420d) from apple_maps_flutter was implemented

example/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.1.2+1"
10+
version: "0.1.2+2"
1111
async:
1212
dependency: transitive
1313
description:
@@ -122,7 +122,7 @@ packages:
122122
path: ".."
123123
relative: true
124124
source: path
125-
version: "0.1.9"
125+
version: "0.1.9+1"
126126
plugin_platform_interface:
127127
dependency: transitive
128128
description:

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.1.2+1"
10+
version: "0.1.2+2"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

+2-2
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.9
3+
version: 0.1.9+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
@@ -14,7 +14,7 @@ dependencies:
1414

1515
google_maps_flutter: ^0.5.28+1
1616

17-
apple_maps_flutter: ^0.1.2+1
17+
apple_maps_flutter: ^0.1.2+2
1818

1919

2020
dev_dependencies:

0 commit comments

Comments
 (0)