반응형
※ console(cmd) Windows Terminal기반, VS Code 사용
1. 프로젝트 만들 폴더로 이동
2. flutter create --org "서비스명으로 사용할 이름" --platforms "지원할 플랫폼" "프로젝트명
-> ex : flutter create --org com.blahblah.com --platforms android,ios test_project
3. 만들어진 프로젝트 폴더로 이동
-> ex : cd test_project
4. VS Code로 프로젝트 실행 : code . (쩜까지 쳐야 함)
아직 외우지를 못해서 정리 차원에서 올려놓음
반응형
'01.모바일 > Flutter' 카테고리의 다른 글
| [Flutter] flutter Incorrect use of ParentDataWidget. (0) | 2022.02.25 |
|---|---|
| [Flutter] 프로젝트 생성(Windows) (0) | 2022.02.24 |
| [Flutter] 윈도우 응용프로그램 개발(with VS 2022) (0) | 2022.02.24 |
| [Flutter] 명령어 (0) | 2022.02.19 |
| [Flutter] android studio build 했을 때 에러 (0) | 2022.02.18 |