FlutterDocsScanner class

Wrapper around native Scanner.

Constructors

FlutterDocsScanner.new()
Does nothing.

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

dispose() → dynamic
Disposing native scanner.
init() Future<void>
Initializing native scanner.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processFrame(CameraImage image, int rotation) Future<Rectangle?>
Should called each frame, returns rectangle of recognized doc if any.
processImage(XFile image) Future<SdkImage>
Processes taken image and returns new one – cropped and with corrected perspective.
toString() String
A string representation of this object.
inherited

Operators

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