플러터 패키지를 리스트업해보자 - (1)

kim kile·2022년 8월 4일
0
post-thumbnail

1. syncfusion_flutter_charts

A Flutter Charts library which includes the data visualization widgets such as cartesian and circular charts, to create real-time, interactive, high-performance, animated charts.

그래프를 그릴 수 있다.


2. just_audio

A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.

오디오 플레이어를 사용할 수 있다.


3. animated_text_kit

A flutter package project which contains a collection of cool and beautiful text animations

텍스트 애니메이션을 적용할 수 있다.


4. sign_in_with_apple

Flutter bridge to initiate Sign in with Apple (on iOS, macOS, and Android). Includes support for keychain entries as well as signing in with an Apple ID.

애플로그인을 사용할 수 있다.


5. flutter_easyloading

A clean and lightweight loading/toast widget for Flutter, Easy to use without context, Support iOS、Android and Web

로더 애니메이션을 사용할 수 있다.


6. expandable

A Flutter widget that can be expanded or collapsed by clicking on a header or an icon.

익스펜더블 위젯을 사용할 수 있다.


7. wakelock

Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, and web.

디바이스 스크린을 계속 활성화되게 유지할 수 있다.


8. chewie

A video player for Flutter with Cupertino and Material play controls

비디오 플레이어를 사용할 수 있다.


9. sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!

패널을 드래그 할 수 있다.


Simple and robust Searchable Dropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.

검색 자동완성 드랍다운을 사용할 수 있다.


11. connectivity_plus

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

네트워크 접근상태 데이터를 활용할 수 있다.


12. uuid

RFC4122 (v1, v4, v5) UUID Generator and Parser for all Dart platforms (Web, VM, Flutter)

uuid를 생성할 수 있다.


13. badges

A flutter package for creating badges. Badges can be used for an additional marker for any widget, e.g. show a number of items in a shopping cart.

배지를 생성할 수 있다.


14. percent_indicator

Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.

원 그래프와 막대 그래프를 활용하여 진행상태를 표현할 수 있다.


15. path

A string-based path manipulation library. All of the path operations you know and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the web.

파일시스템 경로에 접근할 수 있다.


16. pin_code_fields

A flutter package which will help you to generate pin code fields. Can be useful for OTP for example.

핀번호 입력화면을 표현할 수 있다.


17. package_info_plus

Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.

앱 정보 데이터에 접근할 수 있다.


18. flutter_rating_bar

A simple yet fully customizable ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.

평가(별점) 입력창을 표현할 수 있다.


19. camera

A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.

카메라 자원을 활용할 수 있다.


20. device_info_plus

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

디바이스 데이터에 접근할 수 있다.


21. auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.

위젯 크기에 맞춰서 글씨 크기를 조절해줌.


22. equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

== 없이 오브젝트 일치여부를 확인할 수 있음.


23. flutter_native_splash

Customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more.

스플래시 화면을 만들어줌.


24.video_player

Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web.

비디오 플레이어를 제공해줌.


25. lottie

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

애니메이션 플레이어를 제공해줌.


26. flutter_staggered_grid_view

Provides a collection of Flutter grids layouts (staggered, masonry, quilted, woven, etc.).

다양한 그리드 레이아웃을 제공해줌.


27. photo_view

Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interactive images and other stuff such as SVG.

확대가능한 이미지 위젯을 제공해줌.


28. flutter_screenutil

A flutter plugin for adapting screen and font size. Guaranteed to look good on different models

적응형 UI에 활용할 수 있음.


29. fl_chart

A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.

그래프 그리는데 활용할 수 있음.


30. share_plus

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.

공유하기 기능을 활용할 수 있음.


https://pub.dev/packages?q=platform%3Aandroid+platform%3Aios&page=2

0개의 댓글