howljs/hl_image_picker

Cancel button cause the function holding infinitely

Closed this issue · 3 comments

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.

Fixed in version 1.2.13

Still exists.

Still exists.

Use try catch