article thumbnail image
Published 2023. 2. 17. 12:50
반응형

install

플러터 설치

공식 설치

 

 

Install

Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.

docs.flutter.dev

더 쉬운 설치

brew install  --cask flutter

 

시뮬레이터 설치

IOS와 안드로이드 스튜디오

 

설치 확인

터미널에

flutter doctor 

옳은 화면

문제

해결

안드로이드

설치한 후 명령어

flutter doctor --android-licenses

IOS

두개 명령어 치기

홈페이지로 이동

홈페이지대로 아래 명령어 치기

sudo gem install cocoapods

완료

반응형

'Frontend > Dart & Flutter' 카테고리의 다른 글

flutter) CocoaPods not installed  (0) 2023.10.29
복사했습니다!