value_cubit 1.1.3
value_cubit: ^1.1.3 copied to clipboard
A dart package that helps implements basic states for BLoC library
1.2.0 #
- Simplify BaseState
- More understable example messages
- States modelization
1.1.1 #
- Sanitize emitMappedState parameters
1.1.0 #
- Upgrade depedencies to Flutter 3.0.1
emitMappedStateon ValueState
1.0.1 #
- Update documentation
1.0.0 #
- New cubit class
RefreshValueCubit - New states
WithValueState,PendingState,ReadyStateandErrorWithPreviousValue - New helpers
StreamInputCubitMixin(mixin onValueCubit) - New extension
behaviorSubject(current state with stream) onStateAndStream - Add examples : basic and flutter
0.9.0 #
Initial version of the library.
- Includes states
- ValueCubit and mixins