isolate_bloc 0.1.2 isolate_bloc: ^0.1.2 copied to clipboard
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
[0.1.2] #
- Add and update documentation for everything.
[0.1.1] #
- Add Weather app example.
- Now context extension for IsolateBlocProvider have second generic type with state
info
context.isolateBloc<BlocA, BlocAState>()
[0.1.0] #
- Add tests.
- Add
getBloc
andgetBlocWrapper
for in Isolate DI. - Add
MultiIsolateBlocProvider
andIsolateBlocConsumer
widgets. - Make better description in the README.md.
- Change some APIs.
[0.0.1] #
- Initial version.