Olanrewaju Okewande
Olanrewaju Okewande
Any solution for this ??
> I cannot reproduce this issue with example project, please check your project, it may conflicts with other plugins. Like ??
Are you using Image Picker ?? if yes, try to use [File Picker.](https://pub.dev/packages/file_picker) ``` final result = await FilePicker.platform.pickFiles(type: FileType.media); final file = File(result.files.single.path); final croppedFile = await ImageCropper().cropImage(sourcePath: file.path,...