qtoast 1.0.0+1 copy "qtoast: ^1.0.0+1" to clipboard
qtoast: ^1.0.0+1 copied to clipboard

Quick and Easy Toasting in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qtoast

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

dependencies:
  qtoast: ^1.0.0+1

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:qtoast/qtoast.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Quick and Easy Toasting in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, fluttertoast

More

Packages that depend on qtoast