Sergey Savchuk
Sergey Savchuk
Hello, It looks like the problem is related to the WorkManager used to load the model in a separate thread. In fact, I replaced the current implementation with FFI in...
[vosk-android-0.3.45.zip](https://github.com/alphacep/vosk-flutter/files/11183252/vosk-android-0.3.45.zip) @nshmyrev could you please add this archive with Android binaries to the [v0.3.45 Release](https://github.com/alphacep/vosk-api/releases/tag/v0.3.45)?
> @sergsavchuk done Thank you :hugs:
P. S. I've already tried to modify `libvosk.dylib` using `install_name_tool` but got stuck with https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing#pyinstaller-fix-implementation
> It is not about dylib itself, I believe dylib just have to be in the flutter package where linker finds it Actually, it's already there(it's placed to Frameworks during...
@nshmyrev Since Flutter's main platforms are still Android&iOS it would be great to implement iOS support. We could for example serve an iOS binary at `https://alphacephei.com/vosk/binaries/ios/vosk-ios-0.3.45.zip` and restrict access to...
@jtdLab Hi, unfortunately, the iOS part has not been implemented yet. You can implement it yourself and do PR. But first, you should get the iOS lib by contacting [email protected]
@jtdLab Firstly, there's no need to use `vosk-api.h`, because it's only used to generate `generated_vosk_bindings.dart`. Secondly, looks like you need to do the same thing I did for Linux according...
Hi! Please attach the code you are running. Are you actually doing a "hot restart" or a "hot reload"?
Hello, @moham96 ! Thank you for your contribution! Could you please also bump the version of `permission_handler` here? So we can fully resolve #19