Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- StringUtils.isEmpty
- TextFormField
- foreground
- Could not create service of type FileAccessTimeJournal using
- Chrome Developer Tools
- 안드로이드
- 플러터
- not working
- TCP/IP모델
- 프로그래머스
- freezed
- VerticalMultiDragGestureRecognizer
- 앱
- Flutter SDK
- 웹뷰
- StringUtils.isBlank
- allowBackup
- carousel slider
- Flutter
- fullBackupContent
- 플루터
- 두 수의 나눗셈
- project flow
- 에러
- runSpacing
- Set ID
- 크롬개발자도구
- 안보내짐
- 입력 커서
- gestureRecognizers
Archives
- Today
- Total
흰오목눈이야 개발하자
비주얼 스튜디오(Visual Studio)로 플러터(Flutter) 환경 설정하기 본문
1. Visual Studio를 다운한다.
https://code.visualstudio.com/
2. Flutter(플러터) 플러그인 설치하기
- 왼쪽 메뉴 마지막에 있는 Extensions을 클릭 후 flutter 검색 후 다운로드를 클릭한다.
3. Flutter Doctor를 통해 설정이 완료되었는지 확인하자.
> View > Command Palette…. > doctor를 입력 > Flutter: Run Flutter Doctor를 클릭
아래와 같은 에러 메시지가 나온다면 Flutter SDK를 다운하지 않은 거다.
이미 다운했다면 Locate SDK를 클릭하고 그렇지 않은 경우 Download SDK를 눌러주자.
- 맥(Mac) Flutter SDK 설치하기: https://programmer777.tistory.com/104
4. 다시 Flutter Doctor를 실행하면 터미널에 Flutter 설정이 완료된 것을 확인할 수 있다.
참고)
https://docs.flutter.dev/get-started/editor?tab=vscode