lpongetti/flutter_map_marker_cluster

Make cluster calculation async (isolate).

Pepslee opened this issue · 3 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

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.

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.