Skip to content

Not working on ios simulator #7

Description

@imdewan

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions