pdf_barcode_decoder 0.0.2
pdf_barcode_decoder: ^0.0.2 copied to clipboard
A fast, lightweight Flutter plugin to decode barcodes (QR, PDF417, Aztec, DataMatrix, Code128, etc.) directly from PDF files and bytes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pdf_barcode_decoderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pdf_barcode_decoder: ^0.0.2Alternatively, 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:pdf_barcode_decoder/pdf_barcode_decoder.dart';