autoark_eva_client_sdk 0.0.1
autoark_eva_client_sdk: ^0.0.1 copied to clipboard
EVA 端侧 SDK 的 Flutter Android facade,连接 Kotlin 原生对话、媒体、VAD 与 Gateway 运行时。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add autoark_eva_client_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
autoark_eva_client_sdk: ^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:autoark_eva_client_sdk/autoark_eva_client_sdk.dart';