명령어 brew install flutter

sudo softwareupdate --install-rosetta --agree-to-license를 해주면 flutter는 체크가 될 것!
명령어 brew install cocoapods


simulator는 xcode를 들어가서 ios 버전을 다운받으면 해결됩니다.

android studio 를 들어가서 more action 진입후
sdk manager를 들어가서 sdk tools 에 android sdk command-line tools 를 다운 받고나서,
flutter doctor --android-licenses를 실행해주면 안드로이드 부분 완료되었다고 체크가 됩니다.

