Handle expensive or long-running tasks with an isolate to prevent an app from freezing
This article shows a simple and steady illustration of how to use an Isolate.
The picture below shows that the app freezes when performing an expensive or long-running task.
The code below will make the app freeze
App free from freezing when per...
learnwithtunde.hashnode.dev1 min read