qr_lens 1.0.0 copy "qr_lens: ^1.0.0" to clipboard
qr_lens: ^1.0.0 copied to clipboard

A polished QR code scanner with animated capture overlay, live corner tracking, torch control, scan history, and URL detection. Built on camera and ML Kit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qr_lens

With Flutter:

 $ flutter pub add qr_lens

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

dependencies:
  qr_lens: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:qr_lens/qr_lens.dart';
1
likes
0
points
460
downloads

Publisher

unverified uploader

Weekly Downloads

A polished QR code scanner with animated capture overlay, live corner tracking, torch control, scan history, and URL detection. Built on camera and ML Kit.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, google_mlkit_barcode_scanning, permission_handler, qr_flutter, url_launcher

More

Packages that depend on qr_lens