-
-
Notifications
You must be signed in to change notification settings - Fork 33
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Current auto setup will still download libs from releases, using setup commands, but the command needs correct working directory, i.e., user project directory, and now the parent directory is the cached package directory of opencv_dart, which is not correct, BUT I didn't find any approaches to get user project directory, it seems Flutter didn't expose it although I see such SRCROOT=.... in build logs.
Describe the solution you'd like
- let users to install conan
- call
conan buildin cached opencv_dart package directory to build libs - copy build libs to corresponding platform directory (already implemented in conanfile.py)
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request