Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
print("coming from here...");
final images = await _picker.openPicker(
pickerOptions: const HLPickerOptions(
mediaType: MediaType.image,
));
print("finish from here...");
hi everyone experiences on this when user click cancel without select any images, will cause the function on holding. mean will not go to next line of code.
hi everyone experiences on this when user click cancel without select any images, will cause the function on holding. mean will not go to next line of code.