toast_plus 1.0.0 toast_plus: ^1.0.0 copied to clipboard
A customizable toast notification package for Flutter with advanced features and great design.
ToastPlus #
ToastPlus is a customizable toast notification package for Flutter that provides a versatile and stylish way to display toast messages in your Flutter applications. It includes various features such as different display positions, RTL/LTR support, and advanced customization options to enhance your app’s user experience.
Features #
-
Customizable Positions:
- Top
- Bottom
- Left
- Right
- Top Left
- Top Right
- Bottom Left
- Bottom Right
-
Appearance Customization:
- Background color
- Text color
- Font size
- Padding
- Margin
- Border radius
-
Advanced Features:
- No click outside to dismiss option
- Popup mode
- Delay before showing toast
- Auto dismiss after a duration
- End time widget for countdown timer
- Custom show and hide animations
- Icons and action buttons
- Queue system to handle multiple toasts
- RTL and LTR text direction support
Installation #
Add toast_plus
as a dependency in your pubspec.yaml
file:
dependencies:
toast_plus:
git:
url: https://github.com/KhaledAl2mri/toast_plus.git