Skip to content

Commit c67cf64

Browse files
committed
Updated apple_maps_flutter + bumped version.
1 parent dd7ddbc commit c67cf64

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
* Updated apple_maps_flutter dependency, to fix a Marker Bug on iOS.
4+
15
## 0.1.2
26

37
* Added getter for visible map region.

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.0.3"
10+
version: "0.0.4"
1111
async:
1212
dependency: transitive
1313
description:
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "0.1.2"
97+
version: "0.1.3"
9898
quiver:
9999
dependency: transitive
100100
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.0.3"
10+
version: "0.0.4"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

+3-3
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.2
3+
version: 0.1.3
44
author: Luis Thein <[email protected]>
55
homepage: https://github.com/LuisThein
66

@@ -11,9 +11,9 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
google_maps_flutter: ^0.5.21+7
14+
google_maps_flutter: 0.5.21+7
1515

16-
apple_maps_flutter: ^0.0.3
16+
apple_maps_flutter: 0.0.4
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)