00 플러터 시작 (4가지 스텝)

1. Flutter SDK 다운

홈페이지가서 다운받으면 됨 (운영체제 맞는 걸로) C드라이브에 다운

2. Android Studio 설치

안드로이드 스튜디오도 설치하면 됨 (운영체제)
plugin : flutter 설치
Atom One dark theme 다운로드 SDK 에서 Android 어쩌구 파일 다운로드

3. 환경변수 등록

윈도우에서 시스템 환경변수 > path 에 > C:/flutter/bin 추가

4. 나머지 찌끄레기

cmd 에서 flutter doctor 실행 아래와 같이 뜰 예정

  Running "flutter pub get" in flutter_tools...                      10.3s
  Doctor summary (to see all details, run flutter doctor -v):
  [√] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.19044.1826], locale ko-KR)
  [!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
      ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
  [√] Chrome - develop for the web
  [X] Visual Studio - develop for Windows
      X Visual Studio not installed; this is necessary for Windows development.
        Download at https://visualstudio.microsoft.com/downloads/.
        Please install the "Desktop development with C++" workload, including all of its default components
  [√] Android Studio (version 2021.2)
  [√] VS Code (version 1.69.2)
  [√] Connected device (3 available)
  [√] HTTP Host Availability

  ! Doctor found issues in 2 categories.

(추가) 5. 프로젝트 생성

  1. 안드로이드 스튜디오에서 Flutter Project 누름
  2. SDK flutter 폴더로 연결해주고
  3. 이름 입력하여 저장