top_toast 0.0.9
top_toast: ^0.0.9 copied to clipboard
Top-sliding overlay toasts + confirmation dialogs for Flutter. Supports light/dark mode, 6 positions, 3 animations, queue/stack, progress bar, and six dialog types with async confirm support.
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: ^0.0.9Alternatively, 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';