Skip to content

Commit

Permalink
chore: bumped version + updated changelog
Browse files Browse the repository at this point in the history
fixes:
 - #22
 - #17
 - #14
  • Loading branch information
LuisThein committed Oct 25, 2020
1 parent 8ba9cd0 commit e1290f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## 0.1.9

* The Annotation rework of [commit](https://github.com/LuisThein/apple_maps_flutter/commit/01e3ea4f4a4274d4d2d2636fd863ba1e3283420d) from apple_maps_flutter was implemented
* The methods showMarkerInfoWindow, hideMarkerInfoWindow and isMarkerInfoWindowShown were added
* Scaling of custom markers now works the same way for ios and android
* The method BitmapDescriptor.fromBytes was added

## 0.1.8+1

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

## 0.1.8

* Added zoomControlsEnabled flag for Google Maps

## 0.1.7

* Fixed minor bugs
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To use this plugin on iOS you need to opt-in for the embedded views preview by a

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

```xml
```xml
<manifest ...
<application ...
<meta-data android:name="com.google.android.geo.API_KEY"
Expand Down Expand Up @@ -92,5 +92,3 @@ class HomePage extends StatelessWidget {
```

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.


2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.8+1"
version: "0.1.9"
plugin_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: platform_maps_flutter
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
version: 0.1.8+1
version: 0.1.9
homepage: https://github.com/LuisThein
repository: https://github.com/LuisThein/platform_maps_flutter
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues
Expand Down

0 comments on commit e1290f4

Please sign in to comment.