flutter_whisper_kit_apple 0.3.0
flutter_whisper_kit_apple: ^0.3.0 copied to clipboard
iOS and macOS implementation of the flutter_whisper_kit plugin, providing on-device speech recognition and transcription capabilities using WhisperKit.
0.3.0 #
- Flutter SDK Compatibility Update:
- Updated Flutter SDK version requirement to 3.35.0+
- Updated minimum Dart SDK version to 3.9.0+
- Enhanced compatibility with latest Flutter framework features
- Build Configuration Improvements:
- Fixed CocoaPods author syntax in flutter_whisper_kit_apple.podspec
- Improved package metadata and repository configuration
- Enhanced build system reliability with latest Flutter toolchain
- Development Environment:
- Improved workspace resolution configuration
- Updated dependency management for better development experience
0.2.0 #
- Model Download Progress Tracking:
- Added
ModelProgressStreamHandler
to stream model download progress in real-time - Provides detailed progress information (completion rate, completed/total units) through
progressCallback
- Supports progress display on Flutter side
- Added
- Enhanced Testing Capabilities:
- Added
MockFlutterWhisperkitPlatform
andMockMethodChannelFlutterWhisperkit
for testing - Improved unit test reliability through method channel mocking functionality
- Expanded test coverage for streaming features
- Added
0.1.0 #
- Expanded native API and improved platform integration:
- Added support for device name retrieval, recommended models, and model support configuration.
- Implemented language detection, model formatting, and recommended remote models.
- Enhanced model management: setup, prewarm, unload, clear state, and logging callback support.
- Improved error handling and reporting for platform method calls.
- Improved test coverage and reliability for platform features.
- Package metadata:
- Updated repository and homepage URLs.
- Bumped version to 0.1.0.
0.0.1 #
- Initial release of Flutter WhisperKit for Apple platforms.
- Implements core functionality for speech recognition using Whisper models.
- Supports iOS and macOS platforms.
- Features include:
- Audio recording and processing
- Transcription of audio to text
- Language detection
- Support for various Whisper model sizes
- Known limitations:
- Limited configuration options
- Performance optimizations pending