toaster_pro 1.0.0 copy "toaster_pro: ^1.0.0" to clipboard
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 a BuildContext
  • DelightToastBar — low-level overlay-based toast with builder pattern
  • ToastCard widget — pre-styled card with accent bar, leading icon, title, and subtitle
  • ToastType presets: success, error, warning, info with default icons & colours
  • DelightSnackbarPosition.top and .bottom support
  • Stacking animation — multiple toasts scale and offset elegantly
  • Slide + fade enter/exit animations powered by flutter_animate
  • Auto-dismiss with configurable Duration
  • Optional onTap callback 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>)
0
likes
140
points
97
downloads

Documentation

API reference

Publisher

verified publishercodingfrontend.in

Weekly Downloads

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 — no context required after initial setup.

Repository (GitHub)
View/report issues

Topics

#toast #snackbar #notification #overlay #ui

License

MIT (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on toaster_pro