toaster_common 0.0.1 copy "toaster_common: ^0.0.1" to clipboard
toaster_common: ^0.0.1 copied to clipboard

A customizable animated overlay toast for Flutter apps.

Animated Global Toast #

A customizable animated overlay toast for Flutter.

Features #

  • Animated scale + fade
  • Top / Bottom position
  • Custom icon or image
  • Auto dismiss
  • Dismiss on tap

Usage #

ToastService.show(
  context: context,
  message: "Success!",
  image:"assets/images/custom_image.pmg"  ,
  backgroundColor: Colors.green,
);
5
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable animated overlay toast for Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on toaster_common

Packages that implement toaster_common