Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
flutter doctor
https://developer.apple.com/xcode/
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
open -a Simulator
https://developer.android.com/studio
flutter create my_app
You should now be setup to start editing the lib/main.dart file and build your app
Thanks, @bradtraversy !
One quick note to share, as of 26 January 2022:
IF you are using Android Studio Bumblebee (2021.1.1):AVD Manager is removed
New Device Manager: you can open it by selecting
View > Tool Windows > Device Manager
from the main menu bar.In the Virtual tab, create a new device, review device details, delete a device, etc.
more info here