light_toast 0.0.6 copy "light_toast: ^0.0.6" to clipboard
light_toast: ^0.0.6 copied to clipboard

A lightweight Flutter package for displaying customizable toast messageswith support for icons, images, and configurable durations.

light_toast #

A simple and lightweight Flutter package for displaying customizable toast messages.

Features #

  • Display toast messages with customizable colors, icons, and images.
  • Supports showing icons or images leading the toast message.
  • Supports Assets and Network images
  • Configurable duration for toast visibility.
  • Hide toast

Getting started #

#add this line to your dependencies
light_toast: ^0.0.6

Then, import the package where you want to use it:

import 'package:light_toast/light_toast.dart';

How to use #

You can use the Toast.show method to display a toast message. Here's an example:

Toast.show(
  context,
  'Hello, Flutter!',
);

To hide toast

Toast.hide();
4
likes
0
pub points
62%
popularity

Publisher

unverified uploader

A lightweight Flutter package for displaying customizable toast messageswith support for icons, images, and configurable durations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on light_toast