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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_whisper_kit_apple
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_whisper_kit_apple: ^0.3.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.