DEV Community

Mariam Mohmed
Mariam Mohmed

Posted on

🧑‍💻Isolates in Flutter

*🧵 Execution of code in Dart *

Dart is a single-threaded language. To understand what this means, we first need to understand what threads are.

Top comments (0)