FlutterWay / gallery_picker

MIT License
8 stars 6 forks source link

Not working on ios simulator #7

Open imdewan opened 4 months ago

imdewan commented 4 months ago

Here's the code.. i but it gets stuck in that particular screen even though i have added all the extra code in info.plist, please review and help me out... even though i click the button to enable library access it just redirects me to the settings page.. Future<File?> getImageFromGallery(BuildContext context) async { try { List<MediaFile>? singleMedia = await GalleryPicker.pickMedia(context: context, singleMedia: true); return singleMedia?.first.getFile(); } catch (e) { print(e); } } simulator_screenshot_9AFCE9D4-11F7-467F-A82D-0020653FBE93

Please check and let me know how to resolve it

baseplate77 commented 2 months ago

any update?

imdewan commented 2 months ago

any update?

I switched to another library

baseplate77 commented 2 months ago

Which one ?