liquid_speech 0.1.1
liquid_speech: ^0.1.1 copied to clipboard
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
SpeechAnalyzerServiceDart service for easy API accessTranscriptionEventmodel 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
@availableattributes - Example app demonstrating usage and best practices
- Comprehensive documentation and API reference
- Setup for publishing to pub.dev (iOS/macOS only)