dencend_toast 0.0.1
dencend_toast: ^0.0.1 copied to clipboard
一个跨平台的Flutter Toast插件,支持在Android、iOS、Web、Windows、macOS和Linux平台上显示可自定义的Toast消息。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dencend_toastThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dencend_toast: ^0.0.1Alternatively, 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:dencend_toast/dencend_toast.dart';