roam-flutter
roam-flutter copied to clipboard
Add location permission to Podfile for permission_handler macros
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
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.
I am using Location Package just to get location permissions see if that works for you as well