We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc73a commit 87289d5Copy full SHA for 87289d5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.2
2
+
3
+* Removed Android folder to fix build failures
4
5
## 1.0.1
6
7
* Fixes memory leak
pubspec.yaml
@@ -1,14 +1,13 @@
name: apple_maps_flutter
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
-version: 1.0.1
+version: 1.0.2
homepage: https://luisthein.de
repository: https://github.com/LuisThein/apple_maps_flutter
issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues
8
environment:
9
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"
+ flutter: ">=1.17.0"
12
13
dependencies:
14
flutter:
0 commit comments