flutter_image_cropper
flutter_image_cropper copied to clipboard
Package causing build failure.
Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':image_cropper:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':image_cropper:debugCompileClasspath'.
> Could not resolve com.github.yalantis:ucrop:2.2.7.
Required by:
project :image_cropper
> Could not resolve com.github.yalantis:ucrop:2.2.7.
> Could not get resource 'https://www.jitpack.io/com/github/yalantis/ucrop/2.2.7/ucrop-2.2.7.pom'.
> Could not HEAD 'https://www.jitpack.io/com/github/yalantis/ucrop/2.2.7/ucrop-2.2.7.pom'.
> Connect to www.jitpack.io:443 [www.jitpack.io/149.56.28.39] failed: Connection refused: connect
I have same problem when running my app with below description :
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':image_cropper:compileDebugJavaWithJavac'.
Could not resolve all files for configuration ':image_cropper:debugCompileClasspath'. Could not find annotation-experimental-1.0.0.jar (androidx.annotation:annotation-experimental:1.0.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/androidx/annotation/annotation-experimental/1.0.0/annotation-experimental-1.0.0.jar
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
BUILD FAILED in 47s Exception: Gradle task assembleDebug failed with exit code 1
any update on this