1. 설치하기

구글링을 통해 설치를 한다.

dart, flutter, IDE 설치 필요.


2. pubspec.ymal

패키지나 dependency 를 넣는 장소.

Dart packages

위에서 디펜던시를 검색하여 추가할 수 있다 ( mvnrepository 같은 곳 )

터미널창에

flutter pub add <dependency 명>

입력시 자동으로 pubspec 에 추가된다.