Maksimka101 / isolate-bloc

A Flutter package that helps implement the BLoC pattern when blocs run in their own Isolate.
MIT License
21 stars 9 forks source link

Use `combine` package to work with Isolate #29

Closed Maksimka101 closed 2 years ago

Maksimka101 commented 2 years ago

It will help to delegate all work with isolate and method channels in it.

Also it will help to fix these issues:

Maksimka101 commented 2 years ago

Done