Flutter 새로운 프로젝트

godo·2022년 5월 31일
0

Flutter

목록 보기
2/18

프로젝트를 만들고 싶은 디렉토리에 가서

flutter create first_app

명령어를 통해서 만들어짐

Visual Studio Code 를 설치하여 이것을 사용

Flutter 설치

프로젝트 있는 폴더 열기

Flutter 실행

Flutter run 

Flutter 코드

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

r

누르면 현재 상태에서 코드 변경 된 것 적용

Shift + R

아예 재시작

Run 메뉴의 Run Without Debugging

이거 누르면 저장하면 자동으로 Hot reload 됨
및 위의 것들에 대한 아이콘 들이 뜸

profile
☀️☀️☀️

0개의 댓글