DEV Community

kenjmoj
kenjmoj

Posted on

Setting up Flutter dev environment for MacOS/iOS

Visit below for more details,

https://flutter.dev/docs/get-started/install/macos#update-your-path

Overview

  1. Gather all required tools
  2. Install Flutter SDK
  3. Update path
  4. Install Xcode, run the following
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

Run a shell, then execute

flutter doctor

follow listed steps on the result

Notes:

Launch an iOS simulator

open -a Simulator

Top comments (0)