dot_document_barcode 0.12.0
dot_document_barcode: ^0.12.0 copied to clipboard
A Flutter plugin, as a part of Innovatrics DOT Flutter SDK, that provides document barcode scanning for a Flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_document_barcodeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_document_barcode: ^0.12.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.