flutter_bloc_effects 0.2.1
flutter_bloc_effects: ^0.2.1 copied to clipboard
A lightweight companion to flutter_bloc that adds effect streams, listeners, and helpers for one-off UI side effects like navigation, snackbars, and dialogs.
0.2.1 #
- Bug fix: Changed effects stream from single-subscription to broadcast stream to fix an error when multiple screens/listeners subscribe to the same bloc's effects stream simultaneously.
0.2.0 #
- Update dependencies to latest compatible versions.
0.1.0 #
- Initial public release of
flutter_bloc_effects. - Adds
BlocEffectEmittermixin for effect streams on top ofBloc. - Adds
BlocEffectListenerfor listening to effect streams in the widget tree. - Adds
MultiBlocEffectListenerfor composing multiple effect listeners without deep nesting.