[Flutter] 01. Flutter 환경세팅

서회정's avatar
May 22, 2025
[Flutter] 01. Flutter 환경세팅

1. Flutter SDK 설치

notion image
 
 
notion image
 
 
notion image
 
 
notion image
 
 
notion image
 
 
notion image
환경변수등록
notion image

2. 안드로이드 스튜디오 설치

notion image
notion image

3. Flutter 플러그인 설치

notion image

4. 새 프로젝트 만들기

notion image
notion image
notion image
개발하고자하는 환경을 미리 세팅할 수 있다.
 
notion image
 

5. Flutter 작동 진단

$ flutter doctor

💡
현재 시스템에서 Flutter가 정상적으로 작동할 수 있는 상태인지 확인해주는 진단 도구

✅ 주요 기능

  • Flutter SDK 설치 여부
  • Android Studio 설치 여부 및 플러그인 상태
  • Xcode 설치 여부 (macOS일 경우)
  • 연결된 디바이스 확인
  • 환경 변수(PATH) 설정 여부
  • Dart SDK 포함 여부
  • iOS/Android 시뮬레이터 인식 여부
notion image

andorid toolchain 설정

flutter doctor --android-licenses
notion image
notion image
✅ visual studio
윈도우 데스크탑앱 만들때 필요함 현재는 없어도 개발 가능!

6. 디바이스 세팅

notion image
notion image
notion image

✅ 디바이스 추가하기

notion image
 
notion image
notion image
notion image
 

✅ 추가한 디바이스 실행 및 프로젝트 패치해서 확인해보기

notion image
notion image
첫 실행은 오래 걸릴 수 있다!
Share article

clubnerdy