flutter_map_marker_cluster icon indicating copy to clipboard operation
flutter_map_marker_cluster copied to clipboard

Make cluster calculation async (isolate).

Open Pepslee opened this issue 3 years ago • 1 comments

When cluster calculate a lot of markers (1000+) the Ui is blocking for a moment, because cluster calculation computes in the same thread. Is it possible to use isolate for cluster calculation ? to free Ui thread

Pepslee avatar Sep 16 '22 19:09 Pepslee

it is possible, if you have some time you can try and add a pr if it works. unfortunately I don't have much time to devote to it.

lpongetti avatar Sep 26 '22 17:09 lpongetti

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.

github-actions[bot] avatar Oct 27 '22 03:10 github-actions[bot]

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

github-actions[bot] avatar Nov 01 '22 03:11 github-actions[bot]