flutter_image_cropper
flutter_image_cropper copied to clipboard
A Flutter plugin for Android and iOS supports cropping images
Resolves #264
https://github.com/hnvn/issues/300#issue-1105794107
While user could tap done button in twice, the app is crashing.
i get this error after upgrading flutter to the newest version. `Launching lib/main.dart on SM M317F in debug mode... FAILURE: Build failed with an exception. * What went wrong: A...
java.lang.IllegalStateException:This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead. 6...
I wanna used to uCrop UI on iOS. Can I do that?
I want to set custom aspect_ratio_preset like ratio5X7 how can I achive that
I'm using this library for profile pictures and it would be nice if the ratio did not rotate with picture. So when I fix it to 3:4 and rotate the...
Hi , I m trying to crop circular image after image picker, Ui is showing as circular , but after cropping file is not circularly cropped . Please suggest if...