Closed zhangyuankai closed 4 months ago
我也遇到了,这个怎么解决呢?
Same issue on Windows:
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'eslz4-win64.dll': The specified module could not be found.
Workaround is to include your own lib as file and set the path. E.g. download lz4 dll from github and place it in your project, then set the path.
Lz4Codec.libraryPath = './msys-lz4-1.dll';
final codec = Lz4Codec(level: Lz4Option.defaultLevel);
This has to be done for each platform ofc.
请问这个so文件从哪里获得