roam-ai / roam-flutter

Flutter Location SDK. High accuracy and battery efficient location SDK for iOS and Android by Roam.ai
https://roam.ai
MIT License
17 stars 5 forks source link

Add location permission to Podfile for permission_handler macros #14

Open ggudimenko opened 2 years ago

ggudimenko commented 2 years ago

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

jothipriyadharshanr commented 2 years ago

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.

developer-farhan commented 2 years ago

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