일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- pm2
- pm2 확인
- 데이터테이블 데이터 넣기
- setInterval 외부 정지
- setInterval clear
- 1883
- mySQL_Replication
- allow_anonymouse
- map이 undefined가 뜰 때
- pm2 설치
- setInterval 중지
- timepicker
- DatePicker
- html #select #option #multiple
- setInterval 정지
- c# datagridview 데이터 넣기
- DataGridView 직접 입력
- mosquitto.conf
- invalid data
- listener 1883
- pm2 상태 확인
- pm2 시작
- tailwind
- mosquitto
- 서버동기화
- 맥 어드레스
- react
- AntDesign
- datagridview 직접입력
- vite
- Today
- Total
개발 노트
Flutter 시작하기 - 개발 환경 구축 본문
개발환경구축
플러터를 활용함에 있어 필요한것들
- Flutter SDK 설치
https://docs.flutter.dev/get-started/install/windows
Windows install
How to install on Windows.
docs.flutter.dev
- 안드로이드 스튜디오 설치
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
- VSCode 설치
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
- VSCode 내에서 플러그인 설치 (Flutter, Dart, Flutter WidgetSnippets)
- 환경변수 설정
flutter sdk c드라이브에 압축풀고 bin 폴더 경로 추가
- 안드로이드 스튜디오
SDK Tools 에서 Android SDK Command-line-Tools 설치
- 터미널에서 flutter doctor 실행
Android ToolChain 경고시 라이센스 등록을해야함
flutter doctor --android-licenses 입력
'Flutter' 카테고리의 다른 글
Flutter-Firebase 연동 시작 (0) | 2023.11.16 |
---|---|
Flutter - json 다루기 (0) | 2023.11.16 |
Flutter-프로젝트 생성 (0) | 2023.11.16 |