top_toast 1.0.0 copy "top_toast: ^1.0.0" to clipboard
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_toast

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  top_toast: ^1.0.0

Alternatively, 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';
2
likes
140
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#toast #snackbar #notifications #dialog #overlay

License

MIT (license)

Dependencies

flutter

More

Packages that depend on top_toast