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

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

dependencies:
  top_toast: ^0.0.9

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
150
points
413
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on top_toast