smart_qr_scanner 1.1.0
smart_qr_scanner: ^1.1.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_scannerWith Flutter:
$ flutter pub add smart_qr_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
smart_qr_scanner: ^1.1.0Alternatively, 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';