Isolates (Technique of the Week)
Flutter Flutter
581K subscribers
76,845 views
3.3K

 Published On Apr 23, 2024

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

show more

Share/Embed