diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ee49a..ec68ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,25 @@ -## [0.0.1] - 11-07-2017 - -* Full Screen Map Support -* iOS Support -* Android Support -* Support for adding map pins -* Support for location change updates -* Support for camera position updates -* Support for marker touch callbacks -* Support for map tap callbacks -* Support for zooming to annotation(s) -* Support for setting camera position -* Support for querying current viewport information -* Support for getting current visible pins -* Support for toolbar items +## [0.0.12] - 4-17-2018 +* Update gradle dependencies -## [0.0.2] - 11-07-2017 - -* Improved examples - -## [0.0.3] - 11-08-2017 +## [0.0.11] - 04-15-2018 +* Fixed iOS getting current location. Thanks to @nunorpg +* Added MIT License +* Added satellite support for static maps thanks to @grepLines -* Fixed Google Play Services dependency - https://github.com/apptreesoftware/flutter_google_map_view/issues/1 -* Added check for valid Google Play Services before displaying map. Will show dialog if out of date with option to update +## [0.0.10] - 12-30-2017 +* Fixed bug where adding annotations would fail after displaying map a second time. -## [0.0.4] - 11-08-2017 +## [0.0.8] - 12-29-2017 +* Another attempt at fixing dependency problems -* Updated Authors for pub.dartlang.com +## [0.0.7] - 12-29-2017 +* Fixed dependency problem with uri package. -## [0.0.5] - 11-14-2017 +## [0.0.9] - 12-30-2017 -* Improved setup documentation +* Added isEqual check for Marker +* Add removeMarker ## [0.0.6] - 12-27-2017 @@ -43,20 +32,35 @@ * Added support for info window tap events thanks to [HelenGuov](https://github.com/HelenGuov) * Added support for changing map type (normal, satellite, terrain) thanks to [HelenGuov](https://github.com/HelenGuov) -## [0.0.7] - 12-29-2017 -* Fixed dependency problem with uri package. +## [0.0.5] - 11-14-2017 -## [0.0.8] - 12-29-2017 -* Another attempt at fixing dependency problems +* Improved setup documentation -## [0.0.9] - 12-30-2017 -* Added isEqual check for Marker -* Add removeMarker +## [0.0.4] - 11-08-2017 -## [0.0.10] - 12-30-2017 -* Fixed bug where adding annotations would fail after displaying map a second time. +* Updated Authors for pub.dartlang.com -## [0.0.11] - 04-15-2018 -* Fixed iOS getting current location. Thanks to @nunorpg -* Added MIT License -* Added satellite support for static maps thanks to @grepLines \ No newline at end of file +## [0.0.3] - 11-08-2017 + +* Fixed Google Play Services dependency - https://github.com/apptreesoftware/flutter_google_map_view/issues/1 +* Added check for valid Google Play Services before displaying map. Will show dialog if out of date with option to update + +## [0.0.2] - 11-07-2017 + +* Improved examples + +## [0.0.1] - 11-07-2017 + +* Full Screen Map Support +* iOS Support +* Android Support +* Support for adding map pins +* Support for location change updates +* Support for camera position updates +* Support for marker touch callbacks +* Support for map tap callbacks +* Support for zooming to annotation(s) +* Support for setting camera position +* Support for querying current viewport information +* Support for getting current visible pins +* Support for toolbar items diff --git a/pubspec.yaml b/pubspec.yaml index 86d4d69..1b253e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: map_view description: A flutter plugin for displaying native Google Maps. -version: 0.0.11 +version: 0.0.12 author: AppTree Software homepage: https://github.com/apptreesoftware/flutter_google_map_view