Flutter Isolates 101
What are Isolates?
In Flutter Isolates are a way to run computationally intensive tasks in the background. Isolates are independent and do not share memory.
They communicate with each other by sending messages. This is a very important concept to u...
achintya-7.hashnode.dev6 min read