Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 1.53 KB

1.0.1

  • Adds newLatLngBounds to PlatformMapController

1.0.0

  • Adds null safety. Refresh example app (Tanks to @jonbhanson).

0.1.9+4

  • Fixed build failure

0.1.9+3

  • InfoWindow anchor is now configurable

0.1.9+2

  • Fixed placement of custom Markers

0.1.9+1

  • Updated apple_maps_flutter to fix infoWindow onTap

0.1.9

  • The Annotation rework of commit 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

0.1.6

  • Added ability to place circles.

0.1.5

  • Added ability to place polygons.

0.1.4+5

  • Updated apple_maps_flutter version.

0.1.4+4

  • Fixed various build issues on android and iOS.

0.1.4+3

  • Updated image resource of README.md.

0.1.4+2

  • Fixed Marker icon types.

0.1.4+1

  • Fixed Marker icon Bug.

0.1.4

  • Added ability to place polylines.
  • Added ability to set padding to the map.

0.1.3

  • Updated apple_maps_flutter dependency, to fix a Marker Bug on iOS.

0.1.2

  • Added getter for visible map region.

0.1.1

  • Added an example.

0.1.0

  • Initial release.