smart_qr_scanner 1.6.0 copy "smart_qr_scanner: ^1.6.0" to clipboard
smart_qr_scanner: ^1.6.0 copied to clipboard

A production-ready Flutter package for real-time QR code and barcode scanning using Google ML Kit with beautiful modern UI, animations, and advanced features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_qr_scanner

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

dependencies:
  smart_qr_scanner: ^1.6.0

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

Import it

Now in your Dart code, you can use:

import 'package:smart_qr_scanner/smart_qr_scanner.dart';
2
likes
160
points
392
downloads

Documentation

API reference

Publisher

verified publishersanjaysharma.info

Weekly Downloads

A production-ready Flutter package for real-time QR code and barcode scanning using Google ML Kit with beautiful modern UI, animations, and advanced features.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

camera, flutter, gal, google_mlkit_barcode_scanning, image_picker, path_provider, permission_handler, pretty_qr_code, shared_preferences, url_launcher, vibration

More

Packages that depend on smart_qr_scanner