-
자주 사용되는 플러터(Flutter), 다트(Dart) 패키지 모음프로그래밍/플러터(Flutter) 2021. 9. 5. 20:28
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
pub.dev
http
HTTP 요청을 만들기 위한 구성 가능한 Future 기반 라이브러리입니다.
멀티 플랫폼이며 모바일, 데스크톱 및 브라우저를 지원합니다.
http | Dart Package
A composable, multi-platform, Future-based API for HTTP requests.
pub.dev
intl
메시지 번역, 복수형 및 성별, 날짜/숫자 서식 및 구문 분석, 양방향 텍스트를 포함한 국제화 및 현지화 기능을 제공합니다.
이 라이브러리는 DateFormat , NumberFormat 및 BidiFormatter 클래스도 정의합니다.
intl | Dart Package
Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
pub.dev
timer_builder
예약된, 주기적 또는 동적으로 생성된 시간 이벤트에 따라 자체적으로 재구성되는 위젯입니다.
- 지정된 이벤트 이후 또는 이후의 시간을 표시할 때
- 모델이 자주 업데이트되지만 UI 업데이트 빈도를 제한하려는 경우
- 현재 날짜 또는 시간을 표시할 때
- 위젯이 특정 시간 이벤트에 의존하는 표현일 때
https://pub.dev/packages/timer_builder
timer_builder | Flutter Package
A widget that rebuilds itself on scheduled, periodic, or dynamically generated time events.
pub.dev
flutter_svg
Flutter 위젯에서 SVG(및 일부 Android VectorDrawable(XML)) 파일을 그립니다.
https://pub.dev/packages/flutter_svg
flutter_svg | Flutter Package
An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
pub.dev
google_fonts
google_fonts 패키지는 977개 google 글꼴을 사용할 수 있습니다.
https://pub.dev/packages/google_fonts
google_fonts | Flutter Package
A package to include fonts from fonts.google.com in your Flutter app.
pub.dev
geolocator
플랫폼별 위치 서비스( FusedLocationProviderClient 또는 사용할 수 없는 경우 Android 의 LocationManager 및 iOS의 CLLocationManager) 에 쉽게 액세스할 수 있는 Flutter 지리적 위치 플러그인입니다 .
https://pub.dev/packages/geolocator
geolocator | Flutter Package
Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
pub.dev
'프로그래밍 > 플러터(Flutter)' 카테고리의 다른 글
[플러터 Flutter] 버그 잡기 : A renderFlex overflowed ... (0) 2021.09.25