XcodeBuildOptions extension type

The Xcode build options of a iOS build of a Flutter project.

on

Constructors

XcodeBuildOptions.fromJson(String json)
factory

Properties

configurations List<String>
The available configurations for iOS build of this Flutter project.
no setter
targets List<String>
The available targets for iOS build of this Flutter project.
no setter

Constants

empty → const XcodeBuildOptions
Used when the the server can't retrieve ios build options.