crazecoder / flutter_luban

An image compress package like Luban for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to compress multiple images in a for loop

abinmittu opened this issue · comments

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.

commented

Verify if macos desktop supports isolate, as far as I know, the web does not support it