flutter_cpp_with_opencv
flutter_cpp_with_opencv copied to clipboard
I cloned your code. and I changed the opencv pathin the cmake file. I got the following error in screen. I/flutter ( 4812): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════...
Launching lib/main.dart on CPH2159 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':native_with_opencv:externalNativeBuildDebug'. > Build command failed....
Based on the tutorial, it is unclear exactly how OpenCV is imported for iOS, On the podspec file ` s.static_framework = true s.dependency 'OpenCV', '~> 4.5'` It complains that OpenCV...