FlutterBarcodeSdkWeb class
A web implementation of the FlutterBarcodeSdk plugin.
Constructors
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
-
closeVideo(
) → Future< void> - Close video window.
-
decodeFile(
String file) → 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.
-
decodeVideo(
) → Future< void> - Decode barcodes from real-time video stream.
-
getParameters(
) → Future< String> - Get all current parameters configured for barcode detection algorithm. https://www.dynamsoft.com/barcode-reader/parameters/reference/image-parameter/?ver=latest
-
getPlatformVersion(
) → Future< String> - Returns a String containing the version of the platform.
-
handleMethodCall(
MethodCall call) → Future - Handles method calls over the MethodChannel of this plugin. Note: Check the "federated" architecture for a new way of doing this: https://flutter.dev/go/federated-plugins
-
initBarcodeSDK(
) → Future< void> - Initialize barcode reader and scanner.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBarcodeFormats(
int formats) → Future< int> - Decode barcodes from real-time video stream.
-
setLicense(
String license) → Future< void> - Set license key.
-
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 Methods
-
registerWith(
Registrar registrar) → void