qr_bar_code
스마트폰으로 간단하고 빠른 QR 코드 및 바코드 생성기 및 스캐너입니다.
QR(퀵 응답) 코드는 스마트폰의 디지털 카메라를 통해 온라인 정보에 쉽게 접근할 수 있도록 하는 2차원(2D) 바코드입니다.
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8{"sdk":"flutter"}^6.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
https://datadirr.com/datadirr.png
Simple and fast QR code and Barcode generator and scanner with smartphones.
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.
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.
Please follow this example here.
Code(data: "https://datadirr.com", codeType: CodeType.qrCode())
QRCode(data: "https://datadirr.com")
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.