flutter create first_app
명령어를 통해서 만들어짐
Flutter run
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).
누르면 현재 상태에서 코드 변경 된 것 적용
아예 재시작
이거 누르면 저장하면 자동으로 Hot reload 됨
및 위의 것들에 대한 아이콘 들이 뜸