Flutter 설치 with VS Code
VS Code(win64) : code.visualstudio.com/docs/?dv=win64user
Flutter SDK : flutter.dev/docs/get-started/install/windows
1) VS Code 설치
2) VS Code에서 Flutter Extension 설치 후, Enable(자동으로 enable됨)
: VS Code의 Extensions 좌측 하단에 있습니다
3) Flutter SDK 설치
4) Flutter SDK 설치한 경로 환경변수(PATH) 추가.
: ...\flutter\bin
5) Command line 실행하여 where flutter dart 실행. (또는 where.exe flutter dart)
: flutter가 환경변수에 잘 set됐는지 확인하기 위함.
6) flutter doctor 명령어를 실행하여 현재 flutter 환경이 잘 설정됐는지 확인하기.
: 아래의 환경에서는 Android toolchain, Android Studio가 미설치됐다고 함.
7) Android Studio 설치.
: Android Studio : Download Android Studio and SDK tools | Android 스튜디오
8) 설치가 완료된 후, 다시 Command line에서 flutter doctor 실행.
9) Android 라이선스를 받으려면 flutter doctor --android-licenses를 실행하라고 함, 실행.
10) Review licenses that have not been accepted? : y 이후, 계속 continuous y.