autoark_eva_client_sdk 1.0.2
autoark_eva_client_sdk: ^1.0.2 copied to clipboard
EVA 实时语音对话 Flutter SDK,支持 Android/iOS 音频、摄像头、command 与可替换媒体 SPI。
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: ^1.0.2Alternatively, 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';