inherited_rxdart 1.0.2 inherited_rxdart: ^1.0.2 copied to clipboard
Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale
1.0.2 #
- Upgrade rxdart to ^0.27.0
- Edit README
1.0.1 #
- Hide subject for each bloc
- Add guard check before add state
- Downgrade rxdart to 0.26.0 and cope with it's changes
1.0.0+1 #
- Edit example
1.0.0 #
- Change all "SingleState" blocs and related Widget name to "ViewModel"
- Modify README
0.0.5+2 #
- Add more details to README
0.0.5+1 #
- Add doc to main README
0.0.5 #
- Internal changes of RxBlocBase, add function to notify a new state has been emitted.
- Add initialized variable to bloc, to indicate whether it has been initialized.
0.0.4 #
- Remove generic type requirement in RxSingleStateBloc
- Add implementations for Builder, Listener, Consumer of RxSingleStateBloc
- Remove dynamic type of BuilderBase/ListenerBase
- Rework selector/builder implementation (remove unnecessary variable/state/value)
0.0.3+2 #
- Format
0.0.3+1 #
- Removing base export
0.0.3 #
- Rework Listener
- Rework Consumer
- Add doc
0.0.2 #
- Pubspec modification and remove export
0.0.1 #
- Initial development release