hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
993 stars 388 forks source link

Package causing build failure. #285

Open JustinWeru12 opened 3 years ago

JustinWeru12 commented 3 years ago
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
mohsenzamani22 commented 2 years ago

I have same problem when running my app with below description :

FAILURE: Build failed with an exception.

BUILD FAILED in 47s Exception: Gradle task assembleDebug failed with exit code 1

AliEasy commented 2 years ago

any update on this