tfk_toast 0.2.1 copy "tfk_toast: ^0.2.1" to clipboard
tfk_toast: ^0.2.1 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 Dart:

 $ dart pub add tfk_toast

With Flutter:

 $ flutter pub add tfk_toast

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

dependencies:
  tfk_toast: ^0.2.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:tfk_toast/tfk_toast.dart';
2
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

tfk_toast is a lightweight Flutter package for displaying customizable toast messages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tfk_toast

Packages that implement tfk_toast