animated_toast_plus
A customizable and animated toast/snackbar notification package for Flutter with smooth animations and multiple toast types.
Features
- Supports 4 toast types: Success, Error, Warning, Info
- Customizable title, subtitle, icon, background color, and toast position
- Slide-in/out animation from top, bottom, or center
- Bounce animation on toast icons for visual appeal
- Easy-to-use static methods for quick toast display
- Overlay based implementation, does not require Scaffold
- Example app included to demonstrate all features
Installation
Add this to your pubspec.yaml
:
dependencies:
animated_toast_plus: ^1.0.3