on_toast_widget 1.1.0 copy "on_toast_widget: ^1.1.0" to clipboard
on_toast_widget: ^1.1.0 copied to clipboard

Flutter Package used to show a custom and animated toast or snackbar Widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add on_toast_widget

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

dependencies:
  on_toast_widget: ^1.1.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:on_toast_widget/on_toast_widget.dart';
8
likes
130
pub points
47%
popularity

Publisher

verified publisherlucasjosino.com

Flutter Package used to show a custom and animated toast or snackbar Widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on on_toast_widget