qr_bar_code
簡單快速的二維碼和條碼產生器與掃描器,適用於智慧型手機。
QR(Quick Response)碼是一種二維(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.