likk_picker icon indicating copy to clipboard operation
likk_picker copied to clipboard

/D:/src/flutter/.pub-cache/hosted/pub.dartlang.org/likk_picker-1.1.5+1/lib/src/gallery/src/gallery_view.dart:914:44: Error: Member not found: 'ImageCropper.cropImage'. final croppedFile = await ImageCropper.cropImage( ^^^^^^^^^

Open aliaktas-tr opened this issue 3 years ago • 1 comments

aliaktas-tr avatar Apr 16 '22 17:04 aliaktas-tr

I've got the same error. I assume it is linked with updates of image_cropper dependancy. You just need to use image_cropper: 1.4.1 and not image_cropper: ^1.4.1 in likk library pubspec

gerripro avatar Aug 13 '22 12:08 gerripro