Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 43 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
## [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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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<[email protected]>
homepage: https://github.com/apptreesoftware/flutter_google_map_view

Expand Down