Open Benkex opened 1 month ago
Where should openPicker() be implemented?
In platform_interface_hl_image_picker.dart there's only this:
platform_interface_hl_image_picker.dart
Future<List<HLPickerItem>> openPicker({ List<String>? selectedIds, HLPickerOptions? pickerOptions, bool? cropping, HLCropOptions? cropOptions, LocalizedImagePicker? localized, }) { throw UnimplementedError('openPicker() has not been implemented.'); }
Am I maybe missing a library requirement?
Where should openPicker() be implemented?
In
platform_interface_hl_image_picker.dart
there's only this:Am I maybe missing a library requirement?