easy_toast_plus 1.0.2
easy_toast_plus: ^1.0.2 copied to clipboard
A lightweight Flutter toast package for showing simple toast messages anywhere in your app.
📝 Changelog #
All notable changes to the easy_toast package will be documented here.
1.0.0 - 2025-10-20 #
🎉 Initial Release #
- Added
EasyToast.show()to display toast messages anywhere in the app. - Supports configurable:
- Duration
- Background color
- Text color
- Font size
- Border radius
- Gravity (top, center, bottom)
- Added
ToastGravityenum for easy positioning. - Built-in overlay-based rendering for clean UI integration.
- Compatible with Flutter 3.0+ and Material 3.