tfk_toast 0.2.2
tfk_toast: ^0.2.2 copied to clipboard
tfk_toast is a lightweight Flutter package for displaying customizable toast messages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tfk_toastThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tfk_toast: ^0.2.2Alternatively, 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:tfk_toast/tfk_toast.dart';