tfk_toast 0.0.17 copy "tfk_toast: ^0.0.17" to clipboard
tfk_toast: ^0.0.17 copied to clipboard

tfk_toast is a lightweight Flutter package for displaying customizable toast messages. It supports various toast types like info, warning, error, and success, seamlessly integrating with Flutter's Ove [...]

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.0.17

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
2
downloads

Publisher

unverified uploader

Weekly Downloads

tfk_toast is a lightweight Flutter package for displaying customizable toast messages. It supports various toast types like info, warning, error, and success, seamlessly integrating with Flutter's Overlay widget to ensure toasts appear correctly above other UI elements.

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