value_cubit 1.3.3
value_cubit: ^1.3.3 copied to clipboard
A dart package that helps implements basic states for BLoC library
1.3.3 #
- FIX: no emit on closed bloc.
1.3.2 #
- Update a dependency to the latest release.
1.3.1 #
- DOCS: fix performOnState reference.
1.3.0 #
- FEAT: added ValueCubitMixin.waitReady.
1.2.5 #
- Update a dependency to the latest release.
1.2.4 #
- Update a dependency to the latest release.
1.2.3 #
- FIX: deprecation messages.
1.2.2 #
- Update a dependency to the latest release.
1.2.0 #
- Added pattern matching
1.1.6 #
- Update README exemple
1.1.5 #
- Simplification of the example
1.1.4 #
- Fix diagram images
1.1.2 #
- 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