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

Isolate Bloc v2 #11

Open Maksimka101 opened 3 years ago

Maksimka101 commented 3 years ago

Hello everyone!

I have started moving this package to Flutter 2 & null-safety so this is a place for discussions

I have big plans and hope they'll come true!

Roadmap

squallsama commented 3 years ago

Did you think about sync API with flutter_bloc v 8.0.0 ? https://bloclibrary.dev/#/migration

Now it uses on api

Maksimka101 commented 3 years ago

@squallsama Yes, I thought. The implementation of the on api will greatly change the api of the entire library, so I want to try it first in the implementation of the felix's bloc

Maksimka101 commented 3 years ago

If you have any ideas on how best to add this functionality, you can share :)