toaster_pro 1.0.0
toaster_pro: ^1.0.0 copied to clipboard
A premium overlay-based toast notification package for Flutter. Supports stacking, slide/fade animations, auto-dismiss, and typed presets (success, error, warning, info). Works with or without GetX — [...]
1.0.0 #
- Initial release
ToasterPro.show()convenience API — show typed toasts without aBuildContextDelightToastBar— low-level overlay-based toast with builder patternToastCardwidget — pre-styled card with accent bar, leading icon, title, and subtitleToastTypepresets:success,error,warning,infowith default icons & coloursDelightSnackbarPosition.topand.bottomsupport- Stacking animation — multiple toasts scale and offset elegantly
- Slide + fade enter/exit animations powered by
flutter_animate - Auto-dismiss with configurable
Duration - Optional
onTapcallback per toast DelightToastBar.removeAll()to dismiss all active toasts at once- Navigator key support — wire once, toast from anywhere (no context required)
- Works seamlessly with GetX (
Get.key) and standard Flutter (GlobalKey<NavigatorState>)