Dart Isolate: Flutter Basics

preview_player
Показать описание
How Dart Isolates improved the performance of fllutter app.
Dart is a single-threaded language by default. This makes programming easy but also limited. In case we need more than one thread then we can use the Isolates which can compute on another thread. So in this Video i showed how my apps performance improved significantly when i run certain task in an isolate. Running Expensive tasks on your app can slow down your app Responsiveness and sometime even make it freeze. We explained why that happens and how to prevent it.

#Dart #isolate #flutterdev #dartprogramming #dartprogramming #mobileappdevelopment #fluttertips #programmingtips
Рекомендации по теме