aliyun_voice 0.0.4
aliyun_voice: ^0.0.4 copied to clipboard
Flutter plugin for Aliyun NUI SDK — speech recognition (ASR) and text-to-speech (TTS) on Android, iOS, and HarmonyOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aliyun_voiceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aliyun_voice: ^0.0.4Alternatively, 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:aliyun_voice/aliyun_voice.dart';