I've a package which ships with some lib's(*.so and *.dll), when i try accessing them from my a project, it always returns no such file or directory
.
I think whenever a plugin is being used, the working directory is pointing at the directory of project. One way to fix this is to ask the user to download the lib's into there directory. But that defeats the purpose of a package.
Is there anyway to make dart find the lib in the package directory instead of the current project.