Sempakonka

Results 5 comments of Sempakonka

Hi, Have you added the needed permissions to the `AndroidManifest file`? More information about the setup is provided in the [README.md](https://github.com/Baseflow/flutter-permission-handler/blob/develop/README.md)

Hi @kuhnroyal Thanks for filling this issue. I was able to reproduce it. If you would like, I think Baseflow would love to see your PR! flutter doctor -v ```...

I think if not requested by this plug-in it will return as not determined, if GENERIC_PREFERENCES is not set. If requested by this plug-in it will request both constants.

Hi @gkrawiec If you need to know if your app has a certain permission, for example`Permission.locationAlways`, you need to call `Permission.locationAlways.request()` first. This will request the permission and should return...

I don't think a funtionality for that is currently availible. `Permission.locationAlways` and `Permission.locationWhileInUse` are actually two diffrent permissions (`Permission.Location` is identical to `permission.locationWhileInUse` in Android according to documentation). To make...