VScode
brew install cask
brew install --cask visual-studio-code
sudo xattr -dr com.apple.quarantine /Applications/Visual\ Studio\ Code.app
code --install-extension dart-code.flutter
Xcode
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
sudo xcodebuild -license
sudo gem install cocoapods
Android Studio
Android Studio -> Preferences -> Appearance & Behavior -> System Settings -> Android SDK -> SDK Tools -> Android SDK Command-line Tools
AVD Manager
brew install --cask android-platform-tools
Flutter SDK
cd ~/Documents/Project/flutter
git clone https://github.com/flutter/flutter.git -b stable
code ~/.zshrc
export PATH=$PATH:$HOME/Documents/Project/flutter/flutter/bin
flutter doctor --android-licenses
flutter create my_app
cd my_app flutter run
안드로이드 에뮬레이터에서 실행오류 발생 시 해당 SDK Version 설치하기
project/app/build.gradle->compileSdkVersion 31