If your Flutter app has jank due to a heavy computation, use Isolate.run() to move that computation to a new isolate.
Isolate class → https://goo.gle/3QpDVLe
Use isolates in your Flutter app → https://goo.gle/4diAGiG
Article about Isolate.run → https://goo.gle/4djkuxC
Watch more How to Flutter → https://goo.gle/HowToFlutter
#Flutter
Speaker: Eric Windmill
Products Mentioned: Flutter