ios_set_info_plist_value
Set or modify a key in the iOS Info.plist, choosing value types like string, bool, int, array, dict, or JSON. Add permissions or app configuration from your Flutter workflow.
Instructions
Set a key in ios/Runner/Info.plist. value_type: auto|string|bool|int|real|array|dict|json. Example: key='NSCameraUsageDescription', value='Used to scan documents'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| value_type | No | auto | |
| project_path | No |