FLUTTER ECOSYSTEM

datadirr/qr_bar_code

QR(퀵 응답) 코드는 스마트폰의 디지털 카메라를 통해 온라인 정보에 쉽게 접근할 수 있도록 하는 2차원(2D) 바코드입니다.

qr_bar_code 프로젝트 이미지
Stars
4
Forks
4
최근 푸시(UTC)
2026. 5. 23.
프로젝트 상태
활성
datadirr GitHub avatar
GITHUB User

datadirr ↗

Internet Company

언어DartC++CMakeSwiftRubyCKotlinHTMLObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 6 개
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • web^1.1.1
  • plugin_platform_interface^2.1.8
  • flutter_test개발 의존성{"sdk":"flutter"}
  • flutter_lints개발 의존성^6.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

https://datadirr.com/datadirr.png

qr_bar_code

Simple and fast QR code and Barcode generator and scanner with smartphones.

Using

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.

Installation

First, add qr_bar_code as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  qr_bar_code:

For help getting started with Flutter, view the online documentation.

Example

Please follow this example here.

QR code (Method 1)
Code(data: "https://datadirr.com", codeType: CodeType.qrCode())
QR code (Method 2)
QRCode(data: "https://datadirr.com")

Outro

Credits

Thanks to Luke Freeman for his awesome qr.flutter library. Thanks to Kevin Moore for his awesome qr.dart library. It's the core of this library.

For author/contributor information, see the AUTHORS file.