flutter_bloc_effects 0.1.0
flutter_bloc_effects: ^0.1.0 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.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.