munchtoast 0.1.2
munchtoast: ^0.1.2 copied to clipboard
A modern, highly customizable toast/snackbar notification widget for Flutter, perfect for e-commerce applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.1.0 - 2026-02-18 #
Added #
- Initial release of MunchToast
- Support for 5 toast types: success, error, info, warning, and custom
- Three position options: top, bottom (default), and center
- Smooth animations with configurable curves
- Action button support for interactive toasts
- Queue system for managing multiple toasts
- Swipe to dismiss gesture support
- Persistent toasts (manual dismiss)
- Custom styling options (colors, gradients, borders, padding)
- Icon customization
- Dark mode support
- Accessibility features (screen reader support, semantics)
- E-commerce focused examples and use cases
- Zero dependencies (Flutter SDK only)