Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 885 Bytes

[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.2] - 11-07-2017

  • Improved examples

[0.0.3] - 11-08-2017

  • Fixed Google Play Services dependency - apptreesoftware#1
  • Added check for valid Google Play Services before displaying map. Will show dialog if out of date with option to update

[0.0.4] - 11-08-2017

  • Updated Authors for pub.dartlang.com

[0.0.5] - 11-14-2017

  • Improved setup documentation