qr_code_dart_scan 0.11.2
qr_code_dart_scan: ^0.11.2 copied to clipboard
A QR code scanner that works on both iOS and Android using dart decoder.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add qr_code_dart_scanWith Flutter:
$ flutter pub add qr_code_dart_scanThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
qr_code_dart_scan: ^0.11.2Alternatively, 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_code_dart_scan/qr_code_dart_scan.dart';