top_snackbar_flutter 2.1.0 top_snackbar_flutter: ^2.1.0 copied to clipboard
Top snack bar package was created for nice and convenient way to inform users about what happened.
2.1.0 - 04.07.2022 #
- Enhancement: Add
safeAreaValues
parameter by LeGoffMael - Enhancement: Make
top_snackbar_flutter
dismissible by swipe with parametersdismissType
anddismissDirection
by LeGoffMael
2.0.0 - 21.06.2022 #
- 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.
1.1.1 - 18.05.2022 #
- Fix persistent snackbar behaviour
1.1.0 - 18.05.2022 #
- Enhancement #17 (Persistent snackbar)
- Enhancement: Add maxLine parameter to CustomSnackBar by anisalibegic
1.0.3 - 13.05.2022 #
- Bugfix
1.0.2 - 11.11.2021 #
- Enhancement: Extend layout customisation by JekaNS & benyaminbeyzaie
1.0.1 - 21.09.2021 #
1.0.0 - 11.03.2021 #
- Clean up code
0.0.4 - 10.03.2021 #
- Migrate to null safety
- Provide
onTap
callback forshowTopSnackBar
function
0.0.3 - 5.12.2020 #
- Add additional param in order to specify overlayState at
showTopSnackBar
function
0.0.2 - 2.12.2020 #
- Provide some documentation
- Change pubspec.yaml
- Update Readme.md
0.0.1 - 30.11.2020 #
- Initial Open Source release.