vosk_flutter_service 0.0.2 copy "vosk_flutter_service: ^0.0.2" to clipboard
vosk_flutter_service: ^0.0.2 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.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.