MisterZhu
Results
1
issues of
MisterZhu
 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,...