toast_plus 1.0.7 copy "toast_plus: ^1.0.7" to clipboard
toast_plus: ^1.0.7 copied to clipboard

A customizable toast notification package for Flutter with advanced features and great design.

ToastPlus #

ToastPlus is a Flutter package for displaying customizable toast messages with smooth animations. It allows you to show transient notifications with various styles based on the type of message.

Features #

  • Customizable Toast Messages: Display messages with custom text and types (success, danger, info, warning).
  • Animated Transitions: Smooth fade-in and fade-out animations using AnimationController.
  • Automatic Dismissal: Toast messages automatically disappear after a specified duration.
  • Flexible Styling: Customizable background colors and icons for different types of messages.
  • Position: support for positioning the toast at the top or bottom of the screen .
  • RTL SUPPORT: support for right-to-left text direction .

Installation #

Add ToastPlus to your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  toast_plus: ^1.0.6
3
likes
140
pub points
9%
popularity

Publisher

unverified uploader

A customizable toast notification package for Flutter with advanced features and great design.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on toast_plus