qr 2.0.0-nullsafety copy "qr: ^2.0.0-nullsafety" to clipboard
qr: ^2.0.0-nullsafety copied to clipboard

outdated

A QR code generation library for Dart and Flutter. Supports QR code version 1 through 40, error correction and redundancy.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qr
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  qr: ^2.0.0-nullsafety
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:qr/qr.dart';
copied to clipboard
197
likes
0
points
2.44M
downloads

Publisher

verified publisherkevmoo.com

Weekly Downloads

2024.09.16 - 2025.03.31

A QR code generation library for Dart and Flutter. Supports QR code version 1 through 40, error correction and redundancy.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on qr