FlutterBarcodeSdk class

Constructors

FlutterBarcodeSdk()

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

decodeFile(String filename) Future<List<BarcodeResult>>
Decodes barcodes from an image file.
decodeImageBuffer(Uint8List bytes, int width, int height, int stride, int format) Future<List<BarcodeResult>>
Decodes 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
init() Future<int>
Initialize barcode reader object.
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 Dynamsoft Barcode Reader License Key Apply for a 30-day FREE trial license: https://www.dynamsoft.com/customer/license/trialLicense
setParameters(String params) Future<int>
Set parameters to adjust barcode detection algorithm.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String>
Returns a String containing the version of the platform.
no setter