bloc_effects 0.3.0
bloc_effects: ^0.3.0 copied to clipboard
Cubit and Bloc abstractions and Flutter Widget that make it easy to add UI Effects to the BLoC state management.
0.3.0 #
- Breaking changes: the [useEffect] method had the same prefix name as hooks and was renamed to [emitEffect].
- [flutter_bloc] updated to 8.1.2
0.2.1 #
- Removed deprecated for Bloc methods.
0.2.0 #
- Added [BlocWithEffectsObserver] with [onEffect] callback
- [useEffect] throws [StateError] if bloc is closed
0.1.1 #
- Updated documentation, example, readme [README.md]
0.1.0 #
- updated [README.md]
0.1.0-dev.1 #
- initial release.