- Bump dependency versions
- Max distance clustering
- Remove useless log
Breaking changes:
ClusterItemis now a mixin (or a class to extends from) instead of a wrapper around items. This way you don't have to map your items to ClusterItems before using them.- Remove now useless
initialZoomparameter.
Breaking changes:
- Use mapId (with
setMapIdmethod) to retrieve the map instead of GoogleMapController. This way, the library depends only ongoogle_maps_flutter_platform_interfacewhich makes it compatible both withgoogle_maps_flutterandgoogle_maps_flutter_web.
- Migrate to null safety
- Internalising geohash to make it null safety compatible
- Temporary : remove
google_maps_flutter_webbecause it needs a reorganization of the project to work correctly (& it's not null safety compatible for the moment)
- Add
google_maps_flutter_webdependency to be compatible with Flutter web - Update to
google_maps_flutterversion 1.2.0
- Improve potential precision of geohash
- Update to
google_maps_flutterversion 1.0.6
- Add
stopClusteringZoomvariable - Update to
google_maps_flutterversion 1.0.2 - Improve
extraPercentcalculation (thanks to @buntagonalprism)
- Fix
getMarkerssignature - Add gif example
- Add
setItemsandaddItemmethods - Add initial zoom
- Initial developers preview release.