-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Remove alert about needing to install Rosetta on Apple Silicon Mac #7119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
PTAL @jmagman |
I only just added this instruction. The most important binaries like dart, macOS and iOS simulator Flutter frameworks are running natively as arm64 though. |
Thank you for the explanation and link to the other issue to make Flutter 100% ARM native on macOS! |
This comment was marked as off-topic.
This comment was marked as off-topic.
Do we still need to install Rosetta on Apple Silicon machines? |
Yes, you can follow along at flutter/flutter#69157. |
how I can download this |
Description of what this PR is changing or adding, and why:
With the release of Flutter 3.0.0 with native Arm64 support on macOS, I believe Rosetta is not necessary anymore.
I was able to install Flutter SDK version 3.0.0 on my M1 MacBook Pro and create a new app, launch a simulator etc... without ever installing Rosetta.
Issues fixed by this PR (if any):
Presubmit checklist