top_toast 1.0.0
top_toast: ^1.0.0 copied to clipboard
Flutter toast, snackbar and confirmation dialog package. Top-sliding overlay toasts with light/dark mode, 6 positions, 3 animations, queue/stack, progress bar, and six dialog types with async confirm.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add top_toastThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
top_toast: ^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:top_toast/top_toast.dart';