FlutterCaptureVision class

A serial, lifecycle-aware Capture Vision router for one Flutter client.

Constructors

FlutterCaptureVision()

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

captureBuffer(VisionImageBuffer buffer, CaptureVisionRequest request) Future<CaptureVisionResult>
Captures barcode, MRZ, or document results from raw image pixels.
captureFile(String path, CaptureVisionRequest request) Future<CaptureVisionResult>
Captures barcode, MRZ, or document results from an image file.
dispose() Future<void>
Releases native resources. Calling it more than once is safe.
initialize({required String licenseKey}) Future<void>
Initializes the current platform SDK with a caller-supplied license key.
initSettings(String settingsJson) Future<List<CaptureVisionTemplate>>
Replaces DCV settings and returns every exact template name it declares.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetSettings() Future<void>
Restores DCV factory-default settings and clears custom template state.
toString() String
A string representation of this object.
inherited

Operators

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