local_voice 0.1.0 copy "local_voice: ^0.1.0" to clipboard
local_voice: ^0.1.0 copied to clipboard

Privacy-first, on-device voice commands for Flutter. No cloud, no API keys, works in airplane mode.

0.1.0 #

  • Initial implementation: on-device-only platform layer (Android SpeechRecognizer + EXTRA_PREFER_OFFLINE, iOS SFSpeechRecognizer + requiresOnDeviceRecognition), a pure-Dart fuzzy phrase matcher (Levenshtein + token-overlap scoring), VoiceCommand/ VoiceCommandRegistry with confidence-threshold and ambiguity disambiguation, the VoiceListener widget with push-to-talk and continuous listening modes, typed VoiceIntents (NavigateIntent, ToggleIntent, CustomIntent), and bundled multi-language command phrases (CommonPhrases) for 11 languages.
0
likes
150
points
79
downloads

Documentation

API reference

Publisher

verified publisherehsanur.com

Weekly Downloads

Privacy-first, on-device voice commands for Flutter. No cloud, no API keys, works in airplane mode.

Repository (GitHub)
View/report issues

Topics

#speech-recognition #voice #offline #privacy #accessibility

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on local_voice

Packages that implement local_voice