ali_ai_call 1.0.3
ali_ai_call: ^1.0.3 copied to clipboard
阿里云智能对话插件的Flutter实现,支持iOS和Android平台。提供语音通话、ASR、TTS等功能。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ali_ai_call
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ali_ai_call: ^1.0.3
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:ali_ai_call/ali_ai_call.dart';