flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

A Flutter plugin for Android and iOS supports cropping images

Results 233 flutter_image_cropper issues
Sort by recently updated
recently updated
newest added

Hi, Circular crop is not working with the example code , Can you suggest what is missing here ?

This exception happens when opening large images size about 6.0MP and that started to happen after it was working fine? help please ``` java.lang.RuntimeException: Canvas: trying to draw too large(144609280bytes)...

My requirement is to set the zoom limit when we crop the image(it does not let the user zoom more than 500*500 ) . can we do that in this...

`Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_cropper-1.3.1\android\src\main\java\vn\hunghd\flutter\plugins\imagecropper\FileUtils.java uses or overrides a deprecated API.`

Wonderful plugin :)! I have been getting the following issue today after updating to gradle plugin version 4.0.1 and gradle version 6.5.1 : C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_cropper-1.3.1\android\src\main\java\vn\hunghd\flutter\plugins\imagecropper\FileUtils.java uses or overrides a deprecated API....

I want to remove rotate buttons on IOS , this is what I did in **options.dart**: Map toMap() => { 'ios.minimum_aspect_ratio': this.minimumAspectRatio, 'ios.rect_x': this.rectX, 'ios.rect_y': this.rectY, 'ios.rect_width': this.rectWidth, 'ios.rect_height': this.rectHeight,...

platform: ios 13.3 the image does nothing on the clipping page, but after the final click, the image will automatically rotate 180 ° code: File croppedFile = await ImageCropper.cropImage( sourcePath:...

First of all i would like to thank you for the awesome package you have provided. ### Issue When the aspect ratio has been selected, then the asect ratio is...

This PR makes some changes to the way that the active window is retrieved. The current logic made some assumptions around the hierarchy expected for the UIWindow that didn't always...

I used png image to crop but whenever i crop it returns it with black blackbackground. How to remove that black background.