isolate_bloc 0.2.0
isolate_bloc: ^0.2.0 copied to clipboard
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
0.2.0 #
- Add
initializeMockfunction for testing. - Delete
getBlocfunction and renamegetBlocWrappertogetBloc.
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
getBlocandgetBlocWrapperfor in Isolate DI. - Add
MultiIsolateBlocProviderandIsolateBlocConsumerwidgets. - Make better description in the README.md.
- Change some APIs.
0.0.1 #
- Initial version.