vosk_flutter_service 0.0.6 copy "vosk_flutter_service: ^0.0.6" to clipboard
vosk_flutter_service: ^0.0.6 copied to clipboard

Flutter plugin for offline speech recognition using the Vosk speech recognition toolkit.

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.

0.0.6 - 2026-01-22 #

Changed #

  • Updated native binary download URLs in CLI tool to point to GitHub repository for automatic installations.
  • Temporarily removed macOS support from pubspec.yaml and README.md until native binaries are hostable.
  • Optimized CLI target platform logic to be exhaustive (Linux, Windows, iOS).

0.0.5 - 2026-01-22 #

Fixed #

  • Fixed CLI executable name to match package name (vosk_flutter_service).
  • Updated internal package name constants in CLI tool.

0.0.4 - 2026-01-22 #

Changed #

  • Excluded large iOS and MacOS native binaries from the pub.dev package to comply with the 100MB size limit.
  • Updated the CLI tool to support downloading and installing native binaries for iOS and MacOS.
  • Updated README.md with instructions for native binaries installation.

0.0.3 - 2026-01-22 #

Important

Technical Note: Previous versions had an incomplete iOS implementation due to missing native frameworks in the ios/Frameworks directory and a casing discrepancy in the method bridge. We apologize for these technical omissions which have now been fully resolved.

Fixed #

  • Resolved iOS microphone input issue by adding explicit AVAudioSession configuration.
  • Fixed critical method name mismatch between Dart and Swift.
  • Added robust debug logging for iOS (NSLog) and Dart sides to track audio data flow.
  • Optimized SpeechService listener logic in Dart for better performance and reliability.
  • Fixed various linting issues across the codebase.

0.0.2 - 2026-01-14 #

Changed #

  • Updated repository URL to https://github.com/dhia-bechattaoui/vosk-flutter-service.

0.0.1 - 2026-01-05 #

Changed #

  • BREAKING: Renamed package to vosk_flutter_service.
  • Migrated Android build to Kotlin DSL.
  • Updated record dependency to v6 in example app.
  • Enforced strict type safety (0 analysis issues).

Fixed #

  • Resolved all analysis issues.
  • Updated AGP/Gradle versions.