개발환경구축
플러터를 활용함에 있어 필요한것들
- 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 - json 다루기 (0) | 2023.11.16 |
---|---|
Flutter-프로젝트 생성 (0) | 2023.11.16 |
JS readFile 예외 처리 (0) | 2023.11.10 |
JS forEach 와 async (0) | 2023.11.10 |
JS Set사용법 (0) | 2023.11.10 |