smooth_toast 0.1.1
smooth_toast: ^0.1.1 copied to clipboard
A customizable top/bottom overlay toast for Flutter with themed presets, action button support, and smooth animations.
Changelog #
0.1.1 #
- Reduced the README preview GIF footprint for a cleaner documentation layout.
- Refined related package links to avoid non-published entries.
0.1.0 #
- Initial public release of smooth_toast.
- Added top and bottom overlay toasts with smooth slide/fade animation.
- Added typed presets: success, error, info, warning, neutral.
- Added action button support on the right side with callback.
- Added full style customization for colors, text style, shape, spacing, and shadow.
- Added dismiss options: auto-hide duration, tap-to-dismiss, swipe-to-dismiss, and programmatic dismiss.
- Added BuildContext extension helpers and complete example app.
- Added widget tests for rendering, action callback, replace behavior, and auto-dismiss.