flutter_animated_toast 0.0.1 copy "flutter_animated_toast: ^0.0.1" to clipboard
flutter_animated_toast: ^0.0.1 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 #

  • Custom animation
  • Easy to use
  • Lightweight

Usage #

FlutterAnimatedToast.show(
  context,
  message: "Hello!",
  duration: const Duration(seconds: 2) //default, you can override it
);
2
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_toast