Zxing class abstract

Implementers

Constructors

Zxing()
factory constructor to return the correct implementation.
factory

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

barcodeFormatName(int format) String
encodeBarcode({required String contents, required EncodeParams params}) Encode
Creates barcode from the given contents
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processCameraImage(CameraImage image, DecodeParams params) Future<Code>
Reads barcode from the camera
processCameraImageMulti(CameraImage image, DecodeParams params) Future<Codes>
Reads barcodes from the camera
readBarcode(Uint8List bytes, DecodeParams params) Code
readBarcodeImagePath(XFile path, DecodeParams params) Future<Code>
Reads barcode from XFile image path
readBarcodeImagePathString(String path, DecodeParams params) Future<Code>
Reads barcode from String image path
readBarcodeImageUrl(String url, DecodeParams params) Future<Code>
Reads barcode from image url
readBarcodes(Uint8List bytes, DecodeParams params) Codes
Reads barcodes from Uint8List image bytes
readBarcodesImagePath(XFile path, DecodeParams params) Future<Codes>
Reads barcodes from XFile image path
readBarcodesImagePathString(String path, DecodeParams params) Future<Codes>
Reads barcodes from String image path
readBarcodesImageUrl(String url, DecodeParams params) Future<Codes>
Reads barcodes from image url
setLogEnabled(bool enabled) → void
startCameraProcessing() Future<void>
Starts reading barcode from the camera
stopCameraProcessing() → void
Stops reading barcode from the camera
toString() String
A string representation of this object.
inherited
version() String

Operators

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