rui_snackbar 0.0.2
rui_snackbar: ^0.0.2 copied to clipboard
A smart SnackBar system for Flutter that supports repeat counting, custom icons, actions, animations, and positioning.
rui_snackbar #
π A smart and beautiful SnackBar manager for Flutter.
β¨ Features #
- Prevents message stacking
- Shows repeat count for identical messages
- Supports custom icon, action, background
- Top-floating animated style with slide/fade
- Keeps up to 3 visible messages
π Usage #
RuiSnackbarNotifier().init(context);
RuiSnackbarNotifier().showSuccess("Saved!");
RuiSnackbarNotifier().showError("Failed to connect.");
π· Preview #

π§ Example #
See example/ folder.