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

demo

πŸ”§ Example

See example/ folder.

Libraries

rui_snackbar