aiagent_ohos 0.0.1
aiagent_ohos: ^0.0.1 copied to clipboard
HarmonyOS 小艺智能体 Flutter 插件,通过 PlatformView 嵌入原生 FunctionComponent,在 Flutter 应用中一键唤起智能体对话。仅支持 Flutter OHOS 平台。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aiagent_ohosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aiagent_ohos: ^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:aiagent_ohos/aiagent_ohos.dart';