toastification 2.0.0 copy "toastification: ^2.0.0" to clipboard
toastification: ^2.0.0 copied to clipboard

Toastification is a Flutter package that allows you to easily show toast and notification messages in your application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toastification

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

dependencies:
  toastification: ^2.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:toastification/toastification.dart';
473
likes
160
pub points
98%
popularity

Publisher

verified publisherpayamzahedi.com

Toastification is a Flutter package that allows you to easily show toast and notification messages in your application.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#toast #notification #message #toastification

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, equatable, flutter, iconsax_flutter, pausable_timer, uuid

More

Packages that depend on toastification