Skip to content

Commit 87289d5

Browse files
committed
chore: Bumped Version + Updated README
1 parent 15bc73a commit 87289d5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
* Removed Android folder to fix build failures
4+
15
## 1.0.1
26

37
* Fixes memory leak

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: apple_maps_flutter
22
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://luisthein.de
55
repository: https://github.com/LuisThein/apple_maps_flutter
66
issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"
10-
# Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.
11-
flutter: ">=1.10.0"
10+
flutter: ">=1.17.0"
1211

1312
dependencies:
1413
flutter:

0 commit comments

Comments
 (0)