Skip to content

danger-ahead/flutter_isolates_example

Repository files navigation

Example project showing Flutter Isolates usage

This project is a simple example of how to use Flutter Isolates to run and manage background/resource-intensive tasks.

*** Used hive for demo purposes to store data in local storage. Although the hive is not suited for multi-isolate usage(changes in 1 isolate do not reflect in others concurrently), it is still possible to use it with isolates(by keeping the hive instance open in only 1 particular isolate). You can use any other storage solution.

Medium Article

I have written a medium article explaining the code in detail. You can read it here.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published