ZxingMobile class

Implemented types

Constructors

ZxingMobile()

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
override
encodeBarcode({required String contents, required EncodeParams params}) Encode
Creates barcode from the given contents
override
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
override
processCameraImageMulti(CameraImage image, {DecodeParams? params}) Future<Codes>
Reads barcodes from the camera
override
readBarcode(Uint8List bytes, {required int width, required int height, DecodeParams? params}) Code
override
readBarcodeImagePath(XFile path, {DecodeParams? params}) Future<Code>
Reads barcode from XFile image path
override
readBarcodeImagePathString(String path, {DecodeParams? params}) Future<Code>
Reads barcode from String image path
override
readBarcodeImageUrl(String url, {DecodeParams? params}) Future<Code>
Reads barcode from image url
override
readBarcodes(Uint8List bytes, {required int width, required int height, DecodeParams? params}) Codes
Reads barcodes from Uint8List image bytes
override
readBarcodesImagePath(XFile path, {DecodeParams? params}) Future<Codes>
Reads barcodes from XFile image path
override
readBarcodesImagePathString(String path, {DecodeParams? params}) Future<Codes>
Reads barcodes from String image path
override
readBarcodesImageUrl(String url, {DecodeParams? params}) Future<Codes>
Reads barcodes from image url
override
setLogEnabled(bool enabled) → void
override
startCameraProcessing() Future<void>
Starts reading barcode from the camera
override
stopCameraProcessing() → void
Stops reading barcode from the camera
override
toString() String
A string representation of this object.
inherited
version() String
override

Operators

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