Dart Package

 

[Ko]

 - 아래 위치에서 다양한 플러터 패키지들을 다운로드 있음.

https://pub.dev/flutter

 - 사이트에서 사용할 패키지 버젼 정보를 복사해서 pubspec.yaml 파일의 dependencies 가장 아래 항목에 붙여넣고 Packages get 실행. --> 설치된 package External Libraries - Dart Packages에서 확인 가능함. —> main.dart 파일 등에서 해당 패키지를 import해서 사용.

 

================================================================

 

[En]

- Various Flutter packages can be downloaded from the following locations.
https://pub.dev/flutter
 - Copy the package version information to be used from the above site, paste it in the bottom of dependencies of the pubspec.yaml file, and run Packages get. -> Installed packages can be checked in External Libraries-Dart Packages. —> Import and use the package from the main.dart file.

'플러터(Flutter) > 플러터 패키지(Flutter Package)' 카테고리의 다른 글

Admob test device registration  (0) 2020.05.11
Flutter local notification  (0) 2020.03.19
geolocator  (0) 2020.03.19
audio player  (0) 2020.03.18

+ Recent posts