qr_code_dart_decoder 0.0.3  qr_code_dart_decoder: ^0.0.3 copied to clipboard
qr_code_dart_decoder: ^0.0.3 copied to clipboard
A Dart package for decoding QR codes and other barcode formats using the ZXing library
Use this package as a library
Depend on it
Run this command:
With Dart:
 $ dart pub add qr_code_dart_decoderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
  qr_code_dart_decoder: ^0.0.3Alternatively, your editor might support dart 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_decoder/qr_code_dart_decoder.dart';