설치

Flutter SDK

brew install --cask flutter
  • brew로 설치했을 때 flutter sdk 위치

    • flutter doctor -v

Android Studio

brew install --cask android-studio
  • plugin에 flutter 설치

  • Device Manager

  • Create New Flutter Project

cocoapods

brew install cocoapods

XCode

  • App Store

  • open -a Simulator

설치 확인

Ref

Last updated