플러터 설치 및 기본 세팅

gov's avatar
Dec 19, 2024
플러터 설치 및 기본 세팅

프로그램 설치

  1. 플러터 설치 : 윈도우 → 모바일 앱 (노트북 최소 16G) https://docs.flutter.dev/get-started/install/windows/mobile
  1. bin 폴더 위치 복사 C:\workspace\tools\flutter\bin → 시스템 환경 변수 PATH 새로 등록
    1. notion image
  1. 안드로이드 스튜디오 설치 : 메인화면 최신버전 https://developer.android.com/studio/install?hl=ko
    1. 플러그인 : 플러터 설치
    2. notion image

새로운 프로젝트 생성

  1. 새 프로젝트 생성 : 플러터 설치 폴더
  1. 프로젝트 로케이션 : 위치 직접 입력 → \프로젝트명 플랫폼 : 해당하는 부분만 선택
    1. notion image
  1. 상단에 프로젝트&아이콘 나오면 성공
    1. notion image
 

프로젝트 세팅

터미널

  1. 터미널 git brush : flutter doctor 입력 중요한 부분 - 빨간 박스
    1. notion image
  1. Android toolchain 설치하기
    1. notion image
      notion image
      • 라이센스 동의 플루터 새로 시작 → flutter doctor 입력 → run 뒤 복붙 입력 > y 엔터로 동의 반복
        • notion image
          최종 상태
          notion image

화면 비율 설정

notion image
notion image
  • 소프트웨어 버전 설정
    • notion image
      notion image
      notion image
 
Share article

goho