- github에서 새로운 프로젝트를 만든다.
- 프로젝트명은 snake_case로한다.
- 라이선스는 안드로이드 프로젝트인 경우에 대부분 Apache Liscence 2.0이라고 한다.
- 안드로이드 스튜디오에서 import from version control
- 터미널에서
flutter create [project_name]
명령어를 수행 - main.dart 파일을 열어서 add dart support 클릭
- main.dart 우클릭 후
run
'Flutter' 카테고리의 다른 글
setState() or markNeedsBuild() called during build 에러 원인과 해결 (1) | 2025.03.23 |
---|---|
Consider canceling any active work during "dispose" or using the "mounted" getter to determine if the State is still active. 에러 원인과 해결 방법 (0) | 2025.03.20 |
Flutter UI와 State의 분리 - @initState와 Callback 함수 사용 (0) | 2025.03.16 |
Unbounded height에 대한 이해 (0) | 2025.02.02 |
Dart, Flutter, Android Studio 개발 환경 구축 (3) | 2025.01.06 |