BarcodeManager class

BarcodeManager class.

Constructors

BarcodeManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callbackResults(List<Map> results) List<BarcodeResult>
Wrap callback results.
decodeFile(String filename) Future<List<Map>>
Decode barcodes from an image file.
decodeImageBuffer(Uint8List bytes, int width, int height, int stride, int format) Future<List<Map>>
Decode barcodes from an image buffer.
getParameters() Future<String>
Get all current parameters configured for barcode detection algorithm. https://www.dynamsoft.com/barcode-reader/parameters/reference/image-parameter/?ver=latest
initBarcodeReader(BarcodeReader reader) → void
Initialize Barcode Reader.
initBarcodeSDK() Future<int>
Initialize barcode reader and scanner.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBarcodeFormats(int formats) Future<int>
Set barcode formats. https://www.dynamsoft.com/barcode-reader/parameters/enum/format-enums.html?ver=latest#barcodeformat
setLicense(String license) Future<int>
Set license key.
setParameters(String params) Future<int>
Set parameters to adjust barcode detection algorithm.
toString() String
A string representation of this object.
inherited
updateSettings(int formats) Future<void>
Initialize runtime settings.

Operators

operator ==(Object other) bool
The equality operator.
inherited