Skip to content
Snippets Groups Projects
Commit eaa7c994 authored by kiung yoon's avatar kiung yoon
Browse files

Update README.md

parent 4942835f
Branches
No related tags found
No related merge requests found
...@@ -45,8 +45,10 @@ author : 윤기웅 (201721216) ...@@ -45,8 +45,10 @@ author : 윤기웅 (201721216)
* pubspec.yaml * pubspec.yaml
> 페이지에 이미지를 넣을때 이미지의 경로 지정할 수 있다 > 페이지에 이미지를 넣을때 이미지의 경로 지정할 수 있다
> 라이브러리 사용시 dependency를 이 파일에 적어줘야 한다. > 라이브러리 사용시 dependency를 이 파일에 적어줘야 한다.
> pubspec.yaml을 업데이트한 후에는 아래 명령어를 수동으로 입력해야한다
> ``` > ```
> flutter doctor > flutter pub get
> ``` > ```
> 그러나 vscode와 android studio 에서는 저장 (command + s or control + s)을 누르는 것 만으로 이 명령어가 자동으로 실행된다
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment