local_voice 0.1.0
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, iOSSFSpeechRecognizer+requiresOnDeviceRecognition), a pure-Dart fuzzy phrase matcher (Levenshtein + token-overlap scoring),VoiceCommand/VoiceCommandRegistrywith confidence-threshold and ambiguity disambiguation, theVoiceListenerwidget with push-to-talk and continuous listening modes, typedVoiceIntents (NavigateIntent,ToggleIntent,CustomIntent), and bundled multi-language command phrases (CommonPhrases) for 11 languages.