rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
137 stars 18 forks source link

operating system string maybe wrong #107

Closed YancyHsu closed 5 months ago

YancyHsu commented 5 months ago

https://github.com/rainyl/opencv_dart/blob/dcb17be2fa6e26add0f8144ba919d7bfe43972d5/bin/setup_commands.dart#L41

here maybe linux

rainyl commented 5 months ago

Oh!!!, Yes it's wrong, will be corrected soon, thanks a lot!

But it won't affect most users because the script is only used for manual setup now, auto setup is the default one, so no new version on pub.dev. If you personally needs it please tell me and I will publish a hotfix version.

YancyHsu commented 5 months ago

i cant run on linux, so i tried the manual setup, i have another issue for linux run. thanks!