bot_toast 0.0.2 bot_toast: ^0.0.2 copied to clipboard
一个flutter Toast库, BotToast可以在任何地方任何时候使用,并且使用时不需要传入context!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bot_toast
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bot_toast: ^0.0.2
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:bot_toast/bot_toast.dart';