mango_toast 1.0.2
mango_toast: ^1.0.2 copied to clipboard
MangoToast is a custom Flutter widget that displays a toast message using Snackbar..
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mango_toastThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mango_toast: ^1.0.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:mango_toast/mango_toast.dart';