animated_snack_bar library
Classes
- AnimatedSnackBar
- A class to build and show snack bars.
- ColumnSnackBarStrategy
- This class will allow you to show multiple snack bars in a column format with a pre-defined gap between them.
- MaterialAnimatedSnackBar
- MobilePositionSettings
- MultipleSnackBarStrategy
- A class to implement behaviour when having multiple snack bars at once, See ColumnSnackBarStrategy RemoveSnackBarStrategy StackSnackBarStrategy for implementation
- RectangleAnimatedSnackBar
- RemoveSnackBarStrategy
- This class will help you when you want to remove past snackbars when a new one comes in
- StackSnackBarStrategy
- This class will just stack the snackbars to each other
Extensions
Properties
- defaultBorderRadius → BorderRadius
-
final
Enums
- AnimatedSnackBarType
- Snack bar types for AnimatedSnackBar There will be a pre defined color and icon for each one of these.
- DesktopSnackBarPosition
- Snack bar position on desktop and web devices (screens with width > 600)
- MobileSnackBarPosition
- Snack bar position on mobile devices (screens with width <= 600)