Closed rainyl closed 2 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.03%. Comparing base (
c904dcf
) to head (ac3ad40
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Unable to strip library '.../build/app/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libdartcv.so' due to missing strip tool for ABI 'ARMEABI_V7A'. Packaging it as is.
It's because the ndk used to strip not exists, maybe we should specify the ndk version in opencv_core/android/build.gradle
android.ndkVersion
is unavailable in android/build.gradle
when building the example... I think it's a bug of Flutter or gradle.
wow thats a very nice reduction of the package size
btw do you know how to reduce windows and linux package sizes too? specially for the opencv_dart
one like a minimal version of ffmpeg
btw do you know how to reduce windows and linux package sizes too? specially for the
opencv_dart
one like a minimal version of ffmpeg
FFMPEG for windows and linux are downloaded from https://github.com/rainyl/FFmpeg-Builds/releases , so it's necessary to configure the build flags properly if we want to reduce the size of ffmpeg.
fix: #284 #282