feat(docs): Update the permission request description #1480
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(docs): Update the permission request description and add new permission support
Updated the permission request description in Info.plist and added support for critical alert permissions
Updated the key correspondence table between permissions and Info.plist in README.md
Fixed the permission declaration example in the AndroidManifest.xml file
I made sure the project builds.
I read the Contributor Guide and followed the process outlined there for submitting PRs.
I updated
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.I updated
CHANGELOG.md
to add a description of the change.I updated/added relevant documentation (doc comments with
///
).I rebased onto
main
.I added new tests to check the change I am making, or this PR does not need tests.
I made sure all existing and new tests are passing.
I ran
dart format .
and committed any changes.I ran
flutter analyze
and fixed any errors.