flutter_snackbar_plus library
Classes
- BaseSnackBar
- Base Snackbar widget used as a base for both TemplatedSnackbar & CustomSnackbar.
- CustomSnackbar
- Custom Snackbar widget to spicify custom content child. Used in combination with FlutterSnackBarConfiguration and FlutterSnackBarStyle classes.
- FlutterSnackBar
- Minimal library to handle SnackBars with elaborate list of configuration & style options.
- FlutterSnackBarConfiguration
- Base Configuration for the FlutterSnackBar.
- FlutterSnackBarStyle
- Base Styling for the FlutterSnackBar.
- TemplatedSnackbar
-
Templated Snackbar widget used as an easier way to section a snackbar as a tile. Mainly Leading Widget, Content Section, and
Trailing Widget. Content Section can be either a Widget or the usage of both the
title
, andmessage
parameters. Used in combination with FlutterSnackBarConfiguration and FlutterSnackBarStyle classes.
Enums
- FlutterSnackbarAnimation
- List of animations available for the FlutterSnackBar.
- FlutterSnackBarLocation
- List of available locations for the FlutterSnackBar.