deploymentTarget property

String? deploymentTarget
final

Minimum iOS deployment target override (e.g. '15.0').

When null (default), the value is read from input.config.code.iOS.targetVersion provided by the hooks system. Set this only to override Flutter's default minimum.

Implementation

final String? deploymentTarget;