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/3vvBKi4
Use isolates in your Flutter app → https://goo.gle/43DiXxL
Article about Isolate.run → https://goo.gle/4acRwxn
Watch more Technique of the Week → https://goo.gle/FlutterTechnique
Subscribe to Flutter → http://goo.gle/FlutterYT
#Flutter #TechniqueOfTheWeek
Speaker: Eric Windmill
Products Mentioned: Flutter