aa_toast 0.1.1
aa_toast: ^0.1.1 copied to clipboard
A customizable Flutter toast library with simple API and cross-platform support.
Changelog #
0.1.1 - 2025-07-27 #
- Add homepage link to pubspec.yaml
0.1.0 - 2025-07-27 #
Added #
- Initial release of AAToast library
- Support for basic toast types: success, error, info, warning, custom
- Toast positioning: top, center, bottom
- Customizable colors, icons, padding, margin, and border radius
- Animation support with fade and slide effects
- Queue system for multiple toasts
- Cross-platform support (iOS, Android, Web, Desktop)
- Simple API with one-line usage
- Comprehensive example app
- Unit tests for core functionality
Features #
Toast.show()- Show custom toast with full configurationToast.success()- Show success toastToast.error()- Show error toastToast.info()- Show info toastToast.warning()- Show warning toastToast.dismissAll()- Dismiss all active toasts
Technical #
- Built with Flutter 3.32.0
- Null-safety support
- Clean architecture with separation of concerns
- Comprehensive documentation
- Example app demonstrating all features