Unable to compress multiple images in a for loop
abinmittu opened this issue · comments
Abin Mittu commented
I am developing a Flutter desktop app for macOS. I have 100 images that I need to compress. If I call the compress function inside a for loop, the whole UI freezes and crashes the app.
1/2 commented
Verify if macos desktop supports isolate, as far as I know, the web does not support it