Skip to content

Latest commit

 

History

History
executable file
·
89 lines (54 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

executable file
·
89 lines (54 loc) · 1.94 KB

[0.3.2] - 25/01/2021

  • Added key so that states are preserved when map moves

[0.3.1] - 31/08/2020

  • Removed extras property to marker
  • Added disableClusteringAtZoom property to MarkerClusterLayerOptions

[0.3.0] - 25/08/2020

  • Added extras property to marker

[0.2.9] - 25/08/2020

  • Upgraded flutter_map to 0.10.1+1

[0.2.8] - 29/04/2019

  • Added marker popup
  • Added marker onClusterTap option
  • Upgraded flutter_map to 0.9.0

[0.2.7] - 08/02/2019

  • Update support for latest flutter_map and add support for AndroidX #27

[0.2.6] - 08/02/2019

  • updated flutter_map

[0.2.5] - 18/11/2019

  • added animationsoptions
  • #24 Add optional onTap callback for Markers

[0.2.4] - 18/11/2019

  • added analysis_options.yaml
  • fix warnings

[0.2.0] - 26/06/2019

  • fix positions
  • spiderfyCircleDistanceMultiplier to spiderfyCircleRadius

[0.1.6] - 26/06/2019

  • 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

[0.1.5] - 20/06/2019

  • setState issue fixed ( #4 setState not supported )
  • added example with marker that change position

[0.1.4] - 17/06/2019

  • 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

[0.1.3] - 07/06/2019

  • flutter_map version 0.5.5+2
  • options added anchorPos
  • removed removeOutsideVisibleBound

[0.1.2] - 07/06/2019

  • added option showPolygon
  • polygon line are all cluster's markers and not cluster's child

[0.1.1] - 06/06/2019

  • polygon under clusters and markers

[0.1.0] - 06/06/2019

  • added some tests and configurated travis ci

[0.0.1] - 06/06/2019

  • inital release