flutter_voice_commands 0.0.2 copy "flutter_voice_commands: ^0.0.2" to clipboard
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 #

Added #

  • Initial package structure
  • Basic voice command recognition functionality
  • Cross-platform support (Android, iOS, Web, Windows, macOS, Linux)
  • Permission handling for microphone access
  • Speech-to-text integration

Changed #

  • N/A

Deprecated #

  • N/A

Removed #

  • N/A

Fixed #

  • N/A

Security #

  • N/A

0.0.2 - 2026-05-14 #

Fixed #

  • Added ios/flutter_voice_commands.podspec and macos/flutter_voice_commands.podspec to fix dependency resolution errors on Windows/Linux and support CocoaPods fallback.
  • Corrected macOS pluginClass configuration in pubspec.yaml to match the native Swift implementation class name.

0.0.1 - 2024-12-19 #

Added #

  • Initial release of flutter_voice_commands package
  • Core voice command recognition engine
  • Platform-specific implementations
  • Comprehensive test coverage
  • Documentation and examples