quick_snack 0.0.2
quick_snack: ^0.0.2 copied to clipboard
A lightweight toast/snackbar package using GetX with support for success, failure, warning, and custom styles.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 - 2025-07-17 #
Changed #
- Removed
getpackage dependency. The library no longer requiresGetX, reducing bloat and simplifying integration. - Refactored internal toast/snackbar mechanism to use Flutter's core
OverlayandNavigatorAPIs. - Global usage supported via
navigatorKeyfor easier integration withoutcontext.
Fixed #
- Improved snackbar animation smoothness and layering in complex widget trees.
- Fixed snackbar stacking issue when showing multiple snackbars quickly.
Added #
- Added
positionoption: show snackbars attoporbottom. - Added support for optional
icon,dismiss on tap, and customduration.
0.0.1 Initial release #
- Introduced basic snackbar/toast utility using GetX.
- Supported types: success, failure, warning, info, and custom.