Steps to Reproduce
I captured a friction log (which I can share, not publicly) of attempting to set up Flutter 2.0.3 with my wife on her machine March 29th, 2021. I don't have exact steps to reproduce. I have not tried. However I have seen other complaints on twitter, e.g.:
https://twitter.com/koehntopp/status/1387071996001984515
(Although that person appears to have installed Flutter via brew. No clue what version or channel.)
Logs
% flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 2.0.3, on macOS 11.2.1 20D74 darwin-x64, locale en-US)
✗ Downloaded executables cannot execute on host.
See https://github.com/flutter/flutter/issues/6207 for more information
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[✗] Xcode - develop for iOS and macOS
✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on
the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] VS Code (version 1.55.0)
[✓] Connected device (1 available)
! Doctor found issues in 4 categories.

Steps to Reproduce
I captured a friction log (which I can share, not publicly) of attempting to set up Flutter 2.0.3 with my wife on her machine March 29th, 2021. I don't have exact steps to reproduce. I have not tried. However I have seen other complaints on twitter, e.g.:
https://twitter.com/koehntopp/status/1387071996001984515
(Although that person appears to have installed Flutter via brew. No clue what version or channel.)
Logs