[환경 세팅] 13. Flutter 설치

문정준's avatar
May 19, 2025
[환경 세팅] 13. Flutter 설치

1. Flutter 설치

 
  • Docs → Install Flutter 진입
notion image
 
  • Windows 선택
notion image
 
  • Android 선택
notion image
 
  • Download and install에서 zip 파일 다운로드
notion image
 

2. Flutter 구조

  • flutter : 그림 그리는 도구
  • dart : 개발 툴
notion image

3. 환경 변수 추가

  • flutter\bin 경로를 환경 변수의 Path에 추가
notion image
 

4. 설치 버전 확인

  • flutter —version 입력하여 확인
notion image
 
Share article

sxias