[Flutter] 프로젝트 소스코드 실행하기

최재원's avatar
Jul 30, 2025
[Flutter] 프로젝트 소스코드 실행하기

깃허브에서 소스코드 다운로드

notion image
notion image
notion image
notion image

프로젝트 열기

notion image
notion image
  • 각 코드들이 빨간줄이 뜨면 라이브러리가 설치가 안된 것

라이브러리 설치

notion image
  • 플러터는 PUB 라이브러리 관리자를 사용한다
  • pub get 을 사용해 라이브러리를 설치한다
notion image

web 실행

notion image
  • 이미지 안 나오면 주소 변경
notion image

서브라임 텍스트

💡
코드 에디터
코드 보기 편하다
가볍다
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
Share article

jjack1