Skip to content

Commit e1290f4

Browse files
committedOct 25, 2020
chore: bumped version + updated changelog
fixes: - #22 - #17 - #14
1 parent 8ba9cd0 commit e1290f4

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
## 0.1.9
2+
3+
* The Annotation rework of [commit](https://github.com/LuisThein/apple_maps_flutter/commit/01e3ea4f4a4274d4d2d2636fd863ba1e3283420d) from apple_maps_flutter was implemented
4+
* The methods showMarkerInfoWindow, hideMarkerInfoWindow and isMarkerInfoWindowShown were added
5+
* Scaling of custom markers now works the same way for ios and android
6+
* The method BitmapDescriptor.fromBytes was added
7+
18
## 0.1.8+1
29

310
* Updated apple_maps_flutter to solve issue #8 which caused an unresponsive map on iOS after calling setState.
411

512
## 0.1.8
613

714
* Added zoomControlsEnabled flag for Google Maps
8-
15+
916
## 0.1.7
1017

1118
* Fixed minor bugs

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use this plugin on iOS you need to opt-in for the embedded views preview by a
2929

3030
Specify your API key in the application manifest android/app/src/main/AndroidManifest.xml:
3131

32-
```xml
32+
```xml
3333
<manifest ...
3434
<application ...
3535
<meta-data android:name="com.google.android.geo.API_KEY"
@@ -92,5 +92,3 @@ class HomePage extends StatelessWidget {
9292
```
9393

9494
Suggestions and PR's to make this plugin better are always welcome. Please notice that the features provided by this package depend on the apple_maps_flutter plugin, which will improve in the future.
95-
96-

‎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+1"
125+
version: "0.1.9"
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+1
3+
version: 0.1.9
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)
Please sign in to comment.