This commit is contained in:
Hamza-Ayed
2024-07-21 09:05:56 +03:00
parent 3bfbe1793d
commit 9b9e5f29f5
9 changed files with 379 additions and 370 deletions

View File

@@ -407,13 +407,6 @@ class AI extends GetxController {
// Crop the image
croppedFile = await ImageCropper().cropImage(
sourcePath: image!.path,
aspectRatioPresets: [
CropAspectRatioPreset.square,
CropAspectRatioPreset.ratio3x2,
CropAspectRatioPreset.original,
CropAspectRatioPreset.ratio4x3,
CropAspectRatioPreset.ratio16x9
],
uiSettings: [
AndroidUiSettings(
toolbarTitle: 'Cropper'.tr,