flutter_whisper_kit_apple 0.2.0 copy "flutter_whisper_kit_apple: ^0.2.0" to clipboard
flutter_whisper_kit_apple: ^0.2.0 copied to clipboard

PlatformiOSmacOS

iOS and macOS implementation of the flutter_whisper_kit plugin, providing on-device speech recognition and transcription capabilities using WhisperKit.

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
  • Enhanced Testing Capabilities:
    • Added MockFlutterWhisperkitPlatform and MockMethodChannelFlutterWhisperkit for testing
    • Improved unit test reliability through method channel mocking functionality
    • Expanded test coverage for streaming features

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
0
likes
150
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

iOS and macOS implementation of the flutter_whisper_kit plugin, providing on-device speech recognition and transcription capabilities using WhisperKit.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_whisper_kit_apple

Packages that implement flutter_whisper_kit_apple