qr_bar_code
简单快速的二维码和条形码生成器和扫描器,适用于智能手机。
二维码(Quick Response 码)是一种二维条形码,可通过智能手机上的数字摄像头轻松访问在线信息。
{"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.