toastification 2.3.0 toastification: ^2.3.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.3.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';