This is a feature request on the flutter_tools package.
Use case
When running flutter build macos one may need to specify an Xcode build setting.
Some flutter commands already allow the specification via a prefixed model of environment variables, as defined on #43553.
Weirdly, among these commands, we have flutter clean (that already affects the macOS project) but not flutter build macos.
This is vaguely related to #49378.
Proposal
Allow flutter build macos to fetch for FLUTTER_XCODE_ env vars.
This is a feature request on the flutter_tools package.
Use case
When running
flutter build macosone may need to specify an Xcode build setting.Some flutter commands already allow the specification via a prefixed model of environment variables, as defined on #43553.
Weirdly, among these commands, we have flutter clean (that already affects the macOS project) but not
flutter build macos.This is vaguely related to #49378.
Proposal
Allow
flutter build macosto fetch forFLUTTER_XCODE_env vars.