smart_qr_scanner 1.3.0 copy "smart_qr_scanner: ^1.3.0" to clipboard
smart_qr_scanner: ^1.3.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 Dart:

 $ dart pub add smart_qr_scanner

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 dart pub get):

dependencies:
  smart_qr_scanner: ^1.3.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:smart_qr_scanner/smart_qr_scanner.dart';
2
likes
0
points
399
downloads

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

unknown (license)

Dependencies

camera, flutter, gal, google_mlkit_barcode_scanning, image_picker, path_provider, permission_handler, qr, share_plus, shared_preferences, url_launcher, vibration

More

Packages that depend on smart_qr_scanner