반응형
flutter 설치하기
아래 주소에 가서 다운로드 받자.
C:\src\flutter 밑에 압축 풀고, 시스템 환경 변수에 경로설정하고, 안드로이드스튜디오도 다운받아서 설치.
C:\src\flutter>flutter doctor
flutter doctor 입력하면
C:\Users\HWKim>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.2, on Microsoft Windows [Version 10.0.19041.572], locale ko-KR)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Android Studio (version 4.1.0)
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.50.1)
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
C:\Users\HWKim>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.2, on Microsoft Windows [Version 10.0.19041.572], locale ko-KR)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Android Studio (version 4.1.0)
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.50.1)
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
아래 명령어도 한번 실행하고, 물음표나오면 전부 "y"
C:\Users\HWKim>flutter doctor --android-licenses
연결가능한 디바이스를 찾는 명령은
flutter devices
flutter.dev/docs/get-started/install/windows#web-setup
VSCode의 확장에서 Flutter 검색 후 Dart 에서 나온거로 설치.
반응형
'프로그래밍 > App' 카테고리의 다른 글
상위 10가지 음성 처리 API의 비교 (0) | 2020.11.09 |
---|---|
안드로이드폰 빠르게 사용하기.속도업! (0) | 2020.11.01 |
Flutter - beacon package (0) | 2020.10.07 |
Google announces Flutter support for Windows (0) | 2020.09.24 |
WWDC 2020 Special Event Keynote — Apple (0) | 2020.09.11 |