Flutter installation on M1 Mac Monterey 12.6.2
There's a process -
- see https://docs.flutter.dev/get-started/install/macos
- download flutter zip and unzip in ~/code
- add flutter/bin to your .zshrc:
export PATH="$PATH:$HOME/code/flutter/bin"
sudo softwareupdate --install-rosetta --agree-to-license
- run
flutter doctor
- Install XCode from the App Store. You will need an Apple ID. https://apps.apple.com/us/app/xcode/id497799835