voice_command_manager 0.0.3
voice_command_manager: ^0.0.3 copied to clipboard
A lightweight and powerful Flutter package to easily map spoken keywords to app actions. Perfect for adding hands-free navigation and voice-controlled features.
0.0.3 #
- Updated package documentation and ensured correct GitHub repository links and ownership.
0.0.2 #
- Updated package metadata with correct author name and GitHub repository links.
0.0.1 #
- Initial release of
voice_command_manager. - Features continuous background voice listening.
- Provides a simple keyword-to-callback mapping interface.
- Includes a robust
VoiceCommandManagerwidget to wrap your application.