SliderCaptchaClientProvider class

Constructors

SliderCaptchaClientProvider.new({required String puzzleBase64, required String pieceBase64, required double coordinatesY})
Provides Image information from the original base64 data

Properties

coordinatesY double
Y coordinate of the puzzle piece.
final
hashCode int
The hash code for this object.
no setterinherited
pieceBase64 String
Init piece base64 type:
final
pieceImage Image?
piece is cut from Image
getter/setter pair
pieceSize Size
Actual size of the piece
getter/setter pair
pieceUnit8List Uint8List
Data of the piece after decode base64
getter/setter pair
puzzleBase64 String
Init piece base64 type
final
puzzleImage Image?
Image is cut 1 piece
getter/setter pair
puzzleSize Size
Actual size of the image
getter/setter pair
puzzleUnit8List Uint8List
Data of the image after decode base64
getter/setter pair
ratio double
The ratio of the image to the actual size of the screen.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init(BuildContext context) Future<bool>
This is the required function to be executed to initialize the values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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