flutter_animated_toast 0.0.3 copy "flutter_animated_toast: ^0.0.3" to clipboard
flutter_animated_toast: ^0.0.3 copied to clipboard

A lightweight animated toast widget for Flutter using OverlayEntry with smooth slide animations.

flutter_animated_toast #

A Flutter package to display animated toast messages.

Demo

Features #

  • Easy to use
  • Lightweight & customizable
  • Optional duration parameter

Installation #

Add this to your pubspec.yaml:

dependencies:
  flutter_animated_toast: ^0.0.3

Usage #

Basic Usage #

FlutterAnimatedToast.show(
  context,
  message: "Hello!",
);

With Optional Duration #

(Default duration = 2 seconds)

FlutterAnimatedToast.show(
  context,
  message: "Hello!",
  duration: const Duration(seconds: 3),
);

Example #

A complete working example is available inside the example folder.

Support Me ❤️ #

If you like this package and want to support future updates, follow me on Instagram:

zqflutter_dev

License #

This project is licensed under the MIT License.

2
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight animated toast widget for Flutter using OverlayEntry with smooth slide animations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_toast