flutter-permission-handler
flutter-permission-handler copied to clipboard
Handle contacts limited permission
The package wasn't currently handling the new CNAuthorizationStatusLimited introduce in ios18. Older versions of ios will remain unchanged. Here's a screen recording showcasing the change
- ios 17.2
https://github.com/user-attachments/assets/4ec5422a-cd72-4c14-bf5e-3a7227148e38
- ios 18.0
https://github.com/user-attachments/assets/2a6c5c56-dc16-41b9-977e-1167462d8d7a
List at least one fixed issue.
- https://github.com/Baseflow/flutter-permission-handler/issues/1387
- https://github.com/Baseflow/flutter-permission-handler/issues/1376
Pre-launch Checklist
- [x] I made sure the project builds.
- [x] I read the Contributor Guide and followed the process outlined there for submitting PRs.
- [x] I updated
pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes. - [x] I updated
CHANGELOG.mdto add a description of the change. - [x] I updated/added relevant documentation (doc comments with
///). - [x] I rebased onto
main. - [x] I added new tests to check the change I am making, or this PR does not need tests.
- [x] I made sure all existing and new tests are passing.
- [x] I ran
dart format .and committed any changes. - [x] I ran
flutter analyzeand fixed any errors.