jhtoast 1.2.0 jhtoast: ^1.2.0 copied to clipboard
jhtoast - Flutter toast package. supported effects: text, imagetext, loading, horizontal and vertical layout. Supports iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jhtoast
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
jhtoast: ^1.2.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:jhtoast/jhtoast.dart';