When building a macOS app with Xcode 27+, default to build ARM-only

Open Beginner friendly
#189,136 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
dart, macos

Research direction

Open packages/flutter_tools/lib/src/features.dart around the enable-macos-arm64-only feature flag and inspect how its default and opt-out behavior are defined. Change the default for macOS builds with Xcode 27+ as requested, preserve disabling through the feature flag, and verify the relevant Flutter tool feature tests or build behavior.

Written by the indexing model from the issue text.

Description

P2 team-ios tool triaged-ios

The enable-macos-arm64-only feature flag should default to true in a future version of Flutter.

https://github.com/flutter/flutter/blob/291b8308063f2f50b0f470761199c185e82d5431/packages/flutter_tools/lib/src/features.dart#L316-L328

We will still allow opting out by disabling the feature flag.

Dominant language
Dart
Stars
179k
Forks
31.7k
Avg merge
1d 21h
Merged PRs (30d)
413

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from flutter/flutter

All issues in flutter/flutter

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.