vosk-flutter icon indicating copy to clipboard operation
vosk-flutter copied to clipboard

Results 16 vosk-flutter issues
Sort by recently updated
recently updated
newest added

Many packages have already adopted newer versions of libraries of http and permission_handler. It would be highly beneficial to update this package to align with those versions, as the current...

I tried to use `libvosk.dylib` from [vosk-0.3.45](https://repo1.maven.org/maven2/com/alphacephei/vosk/0.3.45/) and got an error: ```zsh Building macOS application... dyld[1236]: Library not loaded: 'libvosk.dylib' Referenced from: '/Users/mac/projects/flutter/vosk-flutter/example/build/macos/Build/Products/Debug/vosk_flutter_example.app/Contents/MacOS/vosk_flutter_example' Reason: tried: 'libvosk.dylib' (no such file), '/usr/local/lib/libvosk.dylib'...

help wanted

I think we can try to add Web support using [vosk-browser](https://github.com/ccoreilly/vosk-browser) and [JS interop](https://dart.dev/web/js-interop) :thinking:

The older version of http 1.2 as this package is unusable with other packages with latest dependencies.

Hi, i noticed that the current state of the library, didnt work with the latest flutter version. Therefore i * updated all dependencies, * migrated build scripts to gradle 8...

Hi, I have made the following improvements to the repository: Updated outdated dependencies to their latest stable versions. Fixed issues with compatibility in the latest Android Gradle Plugin (AGP) by...