MisterZhu

Results 1 issues of MisterZhu

![Image](https://github.com/user-attachments/assets/27c2e634-54ce-44d4-914a-fc6abd9200c4) shown below code giving above output ``` final croppedFile = await ImageCropper().cropImage( sourcePath: widget.imageFile.path, aspectRatio: const CropAspectRatio(ratioX: 1, ratioY: 1), compressFormat: ImageCompressFormat.jpg, compressQuality: 100, uiSettings: [ AndroidUiSettings( toolbarTitle: '裁剪图片'.tr,...