snappy_toast 1.0.1
snappy_toast: ^1.0.1 copied to clipboard
A lightweight, snappy toast and snackbar manager for Flutter. Show beautiful toast messages or stylish snackbars — without needing `BuildContext`, `Navigator`, or `Stack` setup.
1.0.0 - 2025-04-10 #
🎉 Initial Release #
- ✅ Show toast anywhere without
BuildContext - ✅ Support for success, error, info, and warning types
- ✅ Toast positions: top, center, bottom
- ✅ Minimal and detailed toast styles
- ✅ Swipe or tap to dismiss toast
- ✅ Haptic feedback options (light, medium, heavy)
- ✅ Custom icons and message support
- ✅ Auto-dismiss with animation
- ✅ Toast queue with priority support
- ✅ Smart snack bar manager without needing
ScaffoldMessenger - ✅ Built-in overlay system — no need for
StackorNavigatorKey - ✅ One-liner usage