Closed ywu2014 closed 3 weeks ago
@ywu2014 The minimum supported macos version is 11.0, I will try to support 10.15, you can try to build the project by yourself for now.
thx,then about what time will you support 10.15,is there a general plan?
I am migrating the entire build system to cmake, including opencv.full, the most important dependency is ffmpeg, since github doesnt provide macos 10.15 runner, ffmpeg needs to be properly configured, also I am planning to support ffmpeg on android and ios, so it may take a long time to finish.
@rainyl OK,thx!
Never mind.
I am going to reopen this issue to remind myself, hope you wont mind it.
No problem!
opencv_dart and opencv_core version v1.3.0 have been published, with macos 10.15 and above supported.
opencv_dart version is opencv_dart: ^1.2.4, but when i start app using command
flutter run -d macos
it shows Failed to load dynamic library 'libopencv_dart.dylib': dlopen failed: library "libopencv_dart.dylib" not found the readme document said it will download libs auto automatically, but it didn't fot me.so i manually run commands below
and it did download libs,but still show "libopencv_dart.dylib" not found
then i set the lib environment below
and this time,it shows no suitable image found
my os version is macOS Catalina 10.15.7