riverpod_messages library
Classes
-
MessageListener
-
A listener for
StateNotifierProvider
or ChangeNotifierProvider
that looks for error or information message to be displayed
-
MessageOverlayListener
-
A listener for ChangeNotifier that extends
MessageNotifierMixin
mixin
Wrapping a widget with MessageListener will use Scaffold.context
to show Snackbars called from the ChangeNotifier class with notifyError
or notifyInfo
methods
Useful to display error or information messages
-
MessageOverlayListenerState
-
-
MessageSnackbarListener
-
A listener for ChangeNotifier that extends
MessageNotifierMixin
mixin
Wrapping a widget with MessageListener will use Scaffold.context
to show Snackbars called from the ChangeNotifier class with notifyError
or notifyInfo
methods
Useful to display error or information messages