qr_bar_code 1.3.0 copy "qr_bar_code: ^1.3.0" to clipboard
qr_bar_code: ^1.3.0 copied to clipboard

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

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.

20
likes
140
points
9.66k
downloads

Publisher

verified publisherdatadirr.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on qr_bar_code