google_maps_flutter_web 0.1.0+5 copy "google_maps_flutter_web: ^0.1.0+5" to clipboard
google_maps_flutter_web: ^0.1.0+5 copied to clipboard

outdated

Web platform implementation of google_maps_flutter

0.1.0+5 #

  • Update package:google_maps to ^3.4.5.
  • Fix GoogleMapController.getLatLng(). Issue.
  • Make InfoWindow contents clickable so onTap works as advertised. Issue.
  • Fix InfoWindow snippets when converting initial markers. Issue.

0.1.0+4 #

  • Update package:sanitize_html to ^1.4.1 to prevent a crash when InfoWindow title/snippet have links.

0.1.0+3 #

  • Fix crash when converting initial polylines and polygons. Issue.
  • Correctly convert Colors when rendering polylines, polygons and circles. Issue.

0.1.0+2 #

  • Fix crash when converting Markers with icon explicitly set to null. Issue.

0.1.0+1 #

  • Port e2e tests to use the new integration_test package.

0.1.0 #

  • First open-source version