liquid_speech 0.1.1 copy "liquid_speech: ^0.1.1" to clipboard
liquid_speech: ^0.1.1 copied to clipboard

PlatformiOSmacOS

Real-time speech-to-text transcription for iOS and macOS using Apple's native SpeechAnalyzer API. Provides raw transcript updates with graceful fallback for older OS versions.

Changelog #

All notable changes to Liquid Speech will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2025-11-03 #

Changed #

  • Updated package metadata and topics for better discoverability
  • Removed the confidence score concept that isn't suppored by Apple
  • Improved .gitignore for Flutter standards
  • Cleaned up repository files

0.1.0 - 2025-11-02 #

Added #

  • Initial release of Liquid Speech package
  • Real-time speech-to-text transcription for iOS 26+ and macOS 26+
  • Native SpeechAnalyzer API integration
  • iOS 14+ and macOS 11+ compatibility with runtime availability checks
  • SpeechAnalyzerService Dart service for easy API access
  • TranscriptionEvent model for comprehensive event handling
  • Event-based architecture with streams
  • Microphone permission handling for both iOS and macOS
  • Graceful fallback support for older OS versions
  • Platform-specific implementation with @available attributes
  • Example app demonstrating usage and best practices
  • Comprehensive documentation and API reference
  • Setup for publishing to pub.dev (iOS/macOS only)
1
likes
160
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time speech-to-text transcription for iOS and macOS using Apple's native SpeechAnalyzer API. Provides raw transcript updates with graceful fallback for older OS versions.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #speech-analyzer #ios #macos #transcription

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on liquid_speech

Packages that implement liquid_speech