- Ensure a single
InfoWindow
is shown at a time. Issue.
- 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.
- Update
package:sanitize_html
to ^1.4.1
to prevent a crash when InfoWindow title/snippet have links.
- Fix crash when converting initial polylines and polygons. Issue.
- Correctly convert Colors when rendering polylines, polygons and circles. Issue.
- Fix crash when converting Markers with icon explicitly set to null. Issue.
- Port e2e tests to use the new integration_test package.
- First open-source version