After I updated the lib I noticed that my UI was always displaying that the permission has been denied. After trying to find out why, I realized that the .undetermined value in the PermissionStatus enum was removed. In the changelog it says it was replaced with .denied. I was trying to find a way to have my implementation working as before, but looking at the code, apparently there was no wa
good first issue
Good for newcomers who would like to start contributing to the project.
type: documentation
Update to the documentation
up for graps
Issues marked with this label are relatively easy problems that are ideal for starting contributors.
This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
After I updated the lib I noticed that my UI was always displaying that the permission has been denied. After trying to find out why, I realized that the
.undeterminedvalue in thePermissionStatusenum was removed. In the changelog it says it was replaced with.denied. I was trying to find a way to have my implementation working as before, but looking at the code, apparently there was no wa