tfk_toast 0.2.2 copy "tfk_toast: ^0.2.2" to clipboard
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_toast

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

dependencies:
  tfk_toast: ^0.2.2

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:tfk_toast/tfk_toast.dart';
2
likes
130
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tfk_toast

Packages that implement tfk_toast