aa_toast
A customizable Flutter toast library with simple API and cross-platform support.
0.1.1
TuanVuuuu/aa_toast
What this package is like to depend on
Last release 1 years ago
27 Jul 2025
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
2 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2025 to Jul 2025
2026
Releases
latest 2-
0.1.127 Jul 2025 -
0.1.027 Jul 2025Release notes
Open source →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