flutter_blurhash icon indicating copy to clipboard operation
flutter_blurhash copied to clipboard

Decoding freezes UI

Open NaikSoftware opened this issue 2 years ago • 2 comments

Decoding (math operations) proceeds in UI isolate. This cause lags when scrolling list with images (like Instagram feed).

NaikSoftware avatar Oct 25 '21 18:10 NaikSoftware

@NaikSoftware You can check my MR In dart 2.15 was released isolates groups. Its better than to use worker_manager dependency.

ahalunetsvisionable avatar Dec 17 '21 17:12 ahalunetsvisionable

Thank you guys for taking care of the best way to handle decoding. Update has been pushed mixing your suggestions. Can you confirm it is OK and then I'll close. Regards

Solido avatar Feb 25 '22 21:02 Solido