sonner_toast 2.0.0
sonner_toast: ^2.0.0 copied to clipboard
A customizable, stackable, and animated toast notification system for Flutter, inspired by the Sonner library.
2.0.0 #
- New: Added support for dynamic configuration updates via
Sonner.setConfigand granular setters (e.g.,Sonner.setAlignment). - New: Added
Sonner.hide()to temporarily hide all toasts (and automatically shows them when a new toast is added). - New: Added
Sonner.dismissAll()to permanently dismiss all active toasts. - New: Added
Sonner.isExpanded()getter to check if the stack is currently expanded.
1.0.0 #
- Fixed: Fixed issue where small toasts would hide behind large toasts in collapsed state.
0.0.1 #
- Initial release of
sonner_toast. - Customizable, stackable, and animated toast notifications.
- Support for
Alignment(top/bottom/left/right) and fixedwidth. - Swipe to dismiss and expanding stack on hover.
- Custom builder support for full UI control.
- Multiple overlay support.