bloc_action_listener 1.0.0
bloc_action_listener: ^1.0.0 copied to clipboard
Package adds a stream to which you can send actions from your Bloc or Cubit and process these actions on the UI similar to a BlocListener
Package extends Bloc with BlocActionsMixin it adds the ability to send actions that can be handled with the BlocActionListener widget on your UI.
BlocActionListener is also compatible with MultiBlocListener.