as_toast_x 1.1.2
as_toast_x: ^1.1.2 copied to clipboard
A beautiful designed toast with animations, contains multiple built in designs and let you design your toast
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add as_toast_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
as_toast_x: ^1.1.2Alternatively, 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:as_toast_x/as_toast_x.dart';