flutter_ai_voice 0.1.4 copy "flutter_ai_voice: ^0.1.4" to clipboard
flutter_ai_voice: ^0.1.4 copied to clipboard

Speech-to-text contracts and models for flutter_ai: a batch-first SpeechToText interface, transcript models, and a callback adapter for pluggable engines.

Changelog #

0.1.4 #

  • Docs: shortened the pubspec description into pub.dev's 60–180 character window so it renders in full in search results. No code changes.

0.1.3 #

  • Docs: refreshed the README listing with a hero image, screenshot gallery, and badges (consistent across the package family). No code changes.

0.1.2 #

  • Declares supported platforms: (all 6) for the pub.dev listing.

0.1.1 #

  • Docs: added a clear "Scope — what this package is not" section to the README (no audio capture, no TTS, no bundled STT engine; AiLiveSession is UI-only; transcribeStream is best-effort/buffered) so the boundaries aren't discovered late. No code changes.

0.1.0 #

Initial release.

  • SpeechToText — batch-first transcription interface (transcribeBytes, transcribeFile, experimental transcribeStream).
  • Transcript, TranscriptSegment, TranscriptPartial models with JSON.
  • CallbackSpeechToText — adapts any transcribe function to the interface, with a buffering fallback for streaming.
  • Dependency-free; concrete engines (Whisper, cloud, platform) plug in behind the interface.
  • Transcript has value equality (==/hashCode), consistent with its segments.
0
likes
160
points
45
downloads

Documentation

API reference

Publisher

verified publishermouazanan.dev

Weekly Downloads

Speech-to-text contracts and models for flutter_ai: a batch-first SpeechToText interface, transcript models, and a callback adapter for pluggable engines.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #speech-to-text #voice #transcription #flutter

License

BSD-3-Clause (license)

More

Packages that depend on flutter_ai_voice