fluttertoast_ohos 9.0.0
fluttertoast_ohos: ^9.0.0 copied to clipboard
fluttertoast 的鸿蒙化实现 - 为 OpenHarmony 平台提供 Toast 提示功能。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluttertoast_ohosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluttertoast_ohos: ^9.0.0Alternatively, 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:fluttertoast_ohos/fluttertoast_ohos.dart';