DIGIT Scanner Package
A scanner package used for scanning QR codes and GS1 barcodes.
Last updated
A scanner package used for scanning QR codes and GS1 barcodes.
Last updated
https://creativecommons.org/licenses/by/4.0/
Link to the Pub Package:
To use the digit_scanner package, add the following dependency to your pubspec.yaml file:
To initialise the DigitScannerBloc provider in your application, add the following code:
To clear the scanner state, use the following code:
To navigate to the Digit Scanner page, use this code snippet:
Wrap the DigitScannerListener or DigitScannerBuilder in your widget tree wherever you need to read the scanned codes from the scanner state:
Find out about usage at the example implementation.