mini_toast 1.1.0
mini_toast: ^1.1.0 copied to clipboard
A lightweight and easy-to-use toast notification library for Flutter
1.1.0 #
- Added new features:
- Warning variant for toasts with orange background and warning icon
- Internal Optimization for better performance
- Custom toast support via
showCustom
method allowing any widget to be displayed as toast
- Existing features remain unchanged
1.0.0 #
- First public release
- Features:
- Toast notifications with dynamic positioning and stacking
- Three variants: success, error, and info
- Built-in icons for each variant type
- Customizable toast duration and appearance
- Smooth animations with configurable slide directions
- Automatic height adjustment for varying content
- Flexible positioning (top, bottom, left, center, right)
- Queue system with proper spacing between toasts
- Material design shadows and rounded corners
- Customizable styles including:
- Text style and icon colors
- Display and animation durations
- Content padding and margins
- Border radius and box shadow
- Toast spacing
- Simple singleton API with MiniToast.instance