aa_toast 0.1.1 copy "aa_toast: ^0.1.1" to clipboard
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 configuration
  • Toast.success() - Show success toast
  • Toast.error() - Show error toast
  • Toast.info() - Show info toast
  • Toast.warning() - Show warning toast
  • Toast.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
1
likes
150
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter toast library with simple API and cross-platform support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aa_toast