- Enhancement: Add
snackBarPosition
parameter by fox-avokadik - Correct errors in the example
- Update README.md
- Update README.md
- Breaking change. Remove BuildContext in favor of OverlayState
- Breaking change. Add multi direction swipe for DismissType.onSwipe by mofadillah 'dismissDirection' change type from DismissDirection to List
- Enhancement: Add TextAlign parameter to CustomSnackBar widget by ayoubrajabi
- Bugfix #35 Snackbar stuck on status bar
- Fix dismissible widget dismissed error
- Enhancement: Add
safeAreaValues
parameter by LeGoffMael - Enhancement: Make
top_snackbar_flutter
dismissible by swipe with parametersdismissType
anddismissDirection
by LeGoffMael
- Breaking change. Padding parameters replaced with a single EdgeInsets
padding
parameter. - Breaking change.
showOutAnimationDuration
renamed toanimationDuration
,hideOutAnimationDuration
renamed toreverseAnimationDuration
. - Enhancement #24. Add
curve
andreverseCurve
parameters.
- Fix persistent snackbar behaviour
- Enhancement #17 (Persistent snackbar)
- Enhancement: Add maxLine parameter to CustomSnackBar by anisalibegic
- Bugfix
- Enhancement: Extend layout customisation by JekaNS & benyaminbeyzaie
- Dismiss previous snackbar before displaying new one (snackbars don't overlay each other now).
- Enhancement #1
- Enhancement #6
- Clean up code
- Migrate to null safety
- Provide
onTap
callback forshowTopSnackBar
function
- Add additional param in order to specify overlayState at
showTopSnackBar
function
- Provide some documentation
- Change pubspec.yaml
- Update Readme.md
- Initial Open Source release.