toastification 1.0.1 copy "toastification: ^1.0.1" to clipboard
toastification: ^1.0.1 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 Dart:

 $ dart pub add toastification

With Flutter:

 $ flutter pub add toastification

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

dependencies:
  toastification: ^1.0.1

Alternatively, your editor might support dart pub get or 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';
773
likes
0
pub points
99%
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

License

unknown (license)

Dependencies

collection, equatable, flutter, iconsax_flutter, pausable_timer, uuid

More

Packages that depend on toastification