qr_bar_code
Einfacher und schneller QR-Code- und Barcode-Generator und -Scanner mit Smartphones.
Ein QR-Code (Quick Response) ist eine Art zweidimensionaler (2D) Barcode, der dazu dient, über die digitale Kamera eines Smartphones einfach auf Online-Inhalte zuzugreifen.
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8{"sdk":"flutter"}^6.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf 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.