dencend_toast 0.0.1 copy "dencend_toast: ^0.0.1" to clipboard
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_toast

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

dependencies:
  dencend_toast: ^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:dencend_toast/dencend_toast.dart';
1
likes
140
points
47
downloads

Publisher

verified publisherdencend.cn

Weekly Downloads

一个跨平台的Flutter Toast插件,支持在Android、iOS、Web、Windows、macOS和Linux平台上显示可自定义的Toast消息。

Homepage
Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on dencend_toast

Packages that implement dencend_toast