hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
971 stars 374 forks source link

crop style of square type needed. #112

Open GadepalliAditya1998 opened 4 years ago

GadepalliAditya1998 commented 4 years ago

CropStyle.square is needed as the cropper grid can be made to rectangle but needed square to crop into square images

TheFedex87 commented 4 years ago

So if I correctly understood there isn't already a way to create a simple square correct?

GadepalliAditya1998 commented 4 years ago

by default if you set aspect ratio to 1/1, but the cropper grid can be resized and turns out to be rectangle. But if you set Aspect ratio lock, the cropper cannot be resized.

GuenKainto commented 3 weeks ago

yeb, but with this we can't move grid any more, it locked :")