isolate_bloc 1.0.0 isolate_bloc: ^1.0.0 copied to clipboard
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
[1.0.0] #
- First stable release. Now api won't be changed without big need.
- Change readme due to stable release.
[0.4.1] #
- Fix web
[0.4.0+1] #
- Fix dependencies.
[0.4.0] #
- Add platform channels (
MethodChannel
) support.
[0.3.1] #
- Move
initializeMock
function to isolate_bloc_test library.
[0.3.0] #
- Add flutter web support.
- Update readme.
[0.2.0] #
- Add
initializeMock
function for testing. - Delete
getBloc
function and renamegetBlocWrapper
togetBloc
.
[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.