NotificationRiverpodExtension extension
Extension qui permet d'afficher facilement des notifications depuis n'importe quel contexte avec le système de notifications Riverpod
- on
Methods
-
showErrorMessage(
{String? title, required String message, WidgetRef? ref}) → void -
Available on BuildContext, provided by the NotificationRiverpodExtension extension
Affiche une notification d'erreur -
showInfoMessage(
{String? title, required String message, WidgetRef? ref}) → void -
Available on BuildContext, provided by the NotificationRiverpodExtension extension
Affiche une notification d'information -
showSuccessMessage(
{String? title, required String message, WidgetRef? ref}) → void -
Available on BuildContext, provided by the NotificationRiverpodExtension extension
Affiche une notification de succès -
showWarningMessage(
{String? title, required String message, WidgetRef? ref}) → void -
Available on BuildContext, provided by the NotificationRiverpodExtension extension
Affiche une notification d'avertissement