delightful_toast 1.1.0 copy "delightful_toast: ^1.1.0" to clipboard
delightful_toast: ^1.1.0 copied to clipboard

A Delightful toasbar package for rich interaction with features like slide to dismiss,auto dismiss, stacked animation and dismiss on demand.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add delightful_toast

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

dependencies:
  delightful_toast: ^1.1.0

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:delightful_toast/delight_toast.dart';
import 'package:delightful_toast/toast/components/raw_delight_toast.dart';
import 'package:delightful_toast/toast/components/toast_card.dart';
import 'package:delightful_toast/toast/utils/enums.dart';
import 'package:delightful_toast/toast/utils/mock.dart';
import 'package:delightful_toast/toast/utils/utils.dart';
151
likes
160
pub points
94%
popularity

Publisher

verified publisherswaroopsambhayya.com

A Delightful toasbar package for rich interaction with features like slide to dismiss,auto dismiss, stacked animation and dismiss on demand.

Repository (GitHub)
View/report issues

Topics

#snackbar #animation

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on delightful_toast