lpongetti / flutter_map_marker_cluster

Provides beautiful animated marker clustering functionality for flutter_map. Inspired by Leaflet.markercluster
BSD 3-Clause "New" or "Revised" License
251 stars 234 forks source link

Avoid all cluster marker to be rebuild when navigating on map #182

Closed starshipcoder closed 11 months ago

starshipcoder commented 12 months ago

When navigating on the map (without zoom), all marker are rebuild all the time (cf Flutter performance tab)

Add an ObjectValue as key to let framework recover the Widget and avoid to rebuild it