DeveloperLibs / image_picker_ui

Image picker is provide option to pick image fro gallery and camera
Apache License 2.0
10 stars 6 forks source link

"error with image_cropper-0.0.9" i think you want to update image_cropper version to latest please change it #4

Open vitulgoyani opened 5 years ago

vitulgoyani commented 5 years ago

/Users/mac/Documents/Software/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-0.0.9/android/src/main/java/vn/hunghd/flutter/plugins/imagecropper/ImageCropperDelegate.java:8: error: package android.support.annotation does not exist import android.support.annotation.ColorInt; ^ /Users/mac/Documents/Software/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-0.0.9/android/src/main/java/vn/hunghd/flutter/plugins/imagecropper/ImageCropperDelegate.java:110: error: cannot find symbol private int darkenColor(@ColorInt int color) { ^ symbol: class ColorInt location: class ImageCropperDelegate /Users/mac/Documents/Software/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-0.0.9/android/src/main/java/vn/hunghd/flutter/plugins/imagecropper/ImageCropperDelegate.java:109: error: cannot find symbol @ColorInt ^ symbol: class ColorInt location: class ImageCropperDelegate 3 errors

FAILURE: Build failed with an exception.

BUILD FAILED in 7s


The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. See https://goo.gl/CP92wY for more information on the problem and how to fix it.


Finished with error: Gradle task assembleDebug failed with exit code 1

mbyervand commented 4 years ago

i Have the same issues Capture