feat(docs): Update the permission request description by runoob-coder · Pull Request #1480 · Baseflow/flutter-permission-handler

and others added 6 commits

July 3, 2025 15:55
… the key values of Info.plist

- The correspondence table between permission groups and Info.plist key values has been updated in the README file
- Several new mapping relationships for permission groups have been added, including sensors, bluetooth, appTrackingTransparency, criticalAlerts, and assistant
- Corrected the macro definitions of some permission groups
…mission 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
- 修正 AndroidManifest 文件权限示例的 XML 格式
- 将 angle brackets (&lt; 和 &gt;) 替换为正确的 < 和 >