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

A simple and customizable Flutter toast notification package. Ace Toast makes it easy to display beautiful in-app messages, alerts, and notifications with flexible styling, positioning, and animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ace_toast

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ace_toast: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ace_toast/ace_toast.dart';
3
likes
110
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and customizable Flutter toast notification package. Ace Toast makes it easy to display beautiful in-app messages, alerts, and notifications with flexible styling, positioning, and animations.

Homepage

License

MIT (license)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on ace_toast