- Breaking change:
AnimatedSnackBar().show(BuildContext context)
is not aFuture
anymore - Add:
AnimatedSnackBar.removeAll()
method to remove all snack bars - Fix: Rendering snackbar behind keyboard
- Fix:
AnimatedSnackBar().remove()
method to remove the snack bar - Fix: Fadeout time when duration is short (Fadeout time is now 1/4 of the duration clamped between 100 ms to 2000 ms)
- Add: MobilePositionSettings to change position of snack bar
- Add: MultipleSnackBarStrategy
- Fix: Snack bar position in desktop
- Fix: Flutter 3 compability
- Fix: Readme images
- Fix: Pubspec description length
-
Add: Determining snack bar position
-
Add: ColorizedRectangle snack bars
-
Add: Dark Rectangle snack bars
-
Add: New icon assets for future releases
- Add: Material-UI snack bars