alnitak / flutter_soloud

Flutter low-level audio plugin using SoLoud C++ library and FFI
MIT License
209 stars 21 forks source link

fix: flutter_soloud_plugin.dll #93

Closed offensive-penetrator closed 3 months ago

offensive-penetrator commented 3 months ago

Description

Hi, I'm trying to use the package for the first time, but I'm getting this exception when I call the init() function:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'flutter_soloud_plugin.dll': The specified module could not be found.

Any thoughts?