snack 2.0.0 snack: ^2.0.0 copied to clipboard
An extension library for easier access to commonly used functionality for SnackBars
Changelog #
1.0.5 #
- Add library-level documentation
1.0.4 #
- Added
Extra
extension on BuildContext to hide current snackbar
1.0.3 #
- Added a
hideCurrent
parameter to hide any currentSnackBar
.
1.0.2 #
- Added an optional parameter
root
, abool
value that decides if theSnackBar
should be shown in the context of the nearest or furthestScaffold
- Added an optional parameter
scaffoldState
that can be passed to specify a concreteScaffold
to show theSnackBar
within
1.0.1+2 #
- Fixed readme image
1.0.1+1 #
- Added longer description
1.0.1 #
- Improved readme
- Cleaned up example
1.0.0 #
- Initial release