Flutter: Unblocking UI thread with Isolates compute function
In this post I will show you, how to use compute function from the Flutter framework to push CPU-heavy computation from main thread (which does the UI stuff) to another thread. This will unlock the main thread and your application will be responsive...
Sep 3, 2019634
