flutter_voice_commands 0.0.2
flutter_voice_commands: ^0.0.2 copied to clipboard
Voice command recognition and processing for Flutter applications
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.0.2 - 2026-05-14 #
Fixed #
- Added
ios/flutter_voice_commands.podspecandmacos/flutter_voice_commands.podspecto fix dependency resolution errors on Windows/Linux and support CocoaPods fallback. - Corrected macOS
pluginClassconfiguration inpubspec.yamlto match the native Swift implementation class name.