Closed riccardo-runci closed 7 months ago
The code looks fine to me, but it looks like adjustments need to be made to the Flutter project to describe where to load the dlls from, as the error indicates that it is unable to locate it.
I don’t know Flutter very well, but I imagine there is a location where it expects dlls to be located when a call to dlopen() or equivalent is made?
I'm trying to use this package in windows flutter app and i get this error
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'eslz4-win64.dll': The specified module could not be found.
code from flutter