roam-flutter icon indicating copy to clipboard operation
roam-flutter copied to clipboard

Add location permission to Podfile for permission_handler macros

Open ggudimenko opened this issue 4 years ago • 2 comments

The current version of the Podfile does not specify the required parameters for the permission_handler package. When user press button "Request Location Permissions" nothing happened.

The permission_handler plugin use macros to control whether a permission is enabled. You must specify location permission in Podfile.

Permission_handler documentation - https://pub.dev/packages/permission_handler

ggudimenko avatar Dec 06 '21 19:12 ggudimenko

The current version of the Podfile does not specify the required parameters for the permission_handler package. When user press button "Request Location Permissions" nothing happened.

The permission_handler plugin use macros to control whether a permission is enabled. You must specify location permission in Podfile.

Permission_handler documentation - https://pub.dev/packages/permission_handler

Thanks for the PR. Our team will review the same and proceed with the next steps.

jothipriyadharshanr avatar Dec 07 '21 04:12 jothipriyadharshanr

I am using Location Package just to get location permissions see if that works for you as well

developer-farhan avatar May 28 '22 13:05 developer-farhan