lpongetti/flutter_map_marker_cluster

the clusters does not updated when adding new marker in running

mstafamajid opened this issue · 2 comments

Description:

The MarkerClusterLayerWidget is not updating when _markers changes. This issue is likely due to Flutter not being aware that it needs to rebuild the widget when _markers changes.

Current Behavior: When _markers changes, the MarkerClusterLayerWidget does not reflect these changes and remains in its initial state.

Expected Behavior: When _markers changes, the MarkerClusterLayerWidget should update to reflect these changes.

Steps to Reproduce:

Initialize _markers and add some markers.
Display the markers using MarkerClusterLayerWidget.
Update _markers by adding or removing markers.
Observe that the MarkerClusterLayerWidget does not update to reflect the changes in _markers.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.