- Migrate to null safety
- Internalising geohash to make it null safety compatible
- Temporary : remove
google_maps_flutter_web
because it needs a reorganization of the project to work correctly (& it's not null safety compatible for the moment)
- Add
google_maps_flutter_web
dependency to be compatible with Flutter web - Update to
google_maps_flutter
version 1.2.0
- Improve potential precision of geohash
- Update to
google_maps_flutter
version 1.0.6
- Add
stopClusteringZoom
variable - Update to
google_maps_flutter
version 1.0.2 - Improve
extraPercent
calculation (thanks to @buntagonalprism)
- Fix
getMarkers
signature - Add gif example
- Add
setItems
andaddItem
methods - Add initial zoom
- Initial developers preview release.