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

[Request] Avoid Cluster marker rebuild #181

Closed starshipcoder closed 11 months ago

starshipcoder commented 1 year ago

When moving on a map without zoom, markers are rebuild all the time, which lead to bad performance

It could be a cache system to avoid rebuild

lpongetti commented 11 months ago

I merged your pr