zenith_snack_bar 1.0.0
zenith_snack_bar: ^1.0.0 copied to clipboard
The ZenithSnackBar appears at the top of the screen and, unlike SnackBar, allows you to display multiple contents simultaneously.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zenith_snack_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zenith_snack_bar: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zenith_snack_bar/zenith_snack_bar.dart';