google_mlkit_genai_speech_recognition 0.3.1
google_mlkit_genai_speech_recognition: ^0.3.1 copied to clipboard
A Flutter plugin to use Google's ML Kit GenAI Speech Recognition API to transcribe audio to text.
0.3.1 #
- Update
google_mlkit_commonsdependency to^0.13.0.
0.3.0 #
- Migrate Android plugin build to AGP built-in Kotlin support (
compilerOptions) - Bump minimum Flutter SDK constraint to >=3.44.0 and Dart SDK to ^3.12.0
0.2.0 #
- Migrate Android implementation from Java to Kotlin.
- Migrate iOS implementation from Objective-C to Swift.
- Bump Android compileSdk to 36 for AGP 9 compatibility.
- Enable support for Apple Silicon simulator on iOS 26+.
0.1.0 #
- Initial release of Google's ML Kit GenAI Speech Recognition API for Flutter.
- Support for Android platform (API level 26+).
- Features:
- Transcribe speech to text in real time
- Streaming recognition support
- Feature status checking