I got this error when I'm using video_compress package.
pubget:-
error (when i try to run project):-
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.otaliastudios:transcoder:0.9.1.
How can we fix this error for both platform? (Android and iOS)




Navigate to app-level build.gradle file. Change compileSdkVersion to 33 and Change targetSdkVersion to 33
to