flutter_davoice 0.0.1
flutter_davoice: ^0.0.1 copied to clipboard
Flutter plugin for Davoice speech recognition and text-to-speech APIs.
0.0.1 #
- Initial private Flutter plugin for Davoice STT/TTS APIs.
- Added Dart API equivalent to the React Native
speech/index.tsbridge. - Added MethodChannel and EventChannel support for Android and iOS.
- Vendored iOS
DavoiceTTS.xcframework, phoneme libraries, and privacy manifest. - Vendored Android
com.davoice:tts:1.0.0AAR in local Maven layout. - Added example app modeled after the React Native Davoice demo.
- Added tests for channel payloads, events, and TTS/playback helpers.