- Added key so that states are preserved when map moves
- Removed extras property to marker
- Added disableClusteringAtZoom property to MarkerClusterLayerOptions
- Added extras property to marker
- Upgraded flutter_map to 0.10.1+1
- Added marker popup
- Added marker onClusterTap option
- Upgraded flutter_map to 0.9.0
- Update support for latest flutter_map and add support for AndroidX #27
- updated flutter_map
- added animationsoptions
- #24 Add optional onTap callback for Markers
- added analysis_options.yaml
- fix warnings
- fix positions
- spiderfyCircleDistanceMultiplier to spiderfyCircleRadius
- fix circle spiferfy
- splitted spiderfyDistanceMultiplier to spiderfyCircleDistanceMultiplier and spiderfySpiralDistanceMultiplier
- added to gesturedetector behavior opaque
- spiderfy marker animation starts to cluster point
- added anchorpos to cluster in example
- setState issue fixed ( #4 setState not supported )
- added example with marker that change position
- MarkerClusterGroupPlugin to MarkerClusterPlugin
- MarkerClusterGroupLayerOptions to MarkerClusterLayerOptions
- maxZoom and minZoom not required ( #2 MapOptions.minZoom required )
- refresh when change markers ( #4 setState not supported )
- fix when spiderfy
- flutter_map version 0.5.5+2
- options added anchorPos
- removed removeOutsideVisibleBound
- added option showPolygon
- polygon line are all cluster's markers and not cluster's child
- polygon under clusters and markers
- added some tests and configurated travis ci
- inital release