Open Alexandersonn opened 4 months ago
I am facing the same issue ^^
Hi @Alexandersonn This code is worked for me
Future<HLPickerItem?> _openCropper(
List
var hlPickerItem = await _openCropper(hlPickerItems);
hlPickerItem = await _picker.openPicker
So when I enable cropping when using the picker, it works when selecting more than one photo. However, if one photo is selected, it does not crop the photo. It shows the cropper, but the photo saved in the list is not cropped. Is this intended behavior?