hand_signature 2.2.0
hand_signature: ^2.2.0 copied to clipboard
The Signature Pad Widget that allows you to draw smooth signatures. With variety of draw and export settings. And also supports SVG.
2.2.0 SVG wrap option #
2.1.1 Ability to export exact image #
toPicture and toImage now contains fit property.
2.1.0 Custom Gesture Recognizer #
New GestureRecognizer
based on OneSequenceGestureRecognizer
that allows just one pointer and handles all pointer updates.
All previous Recognizers have been removed.
2.0.0 Nullsafety #
Minimum Dart SDK 2.12.0
0.6.3 Scroll #
Added TapGestureDetector
and current PanGestureDetector
has been modified to support drawing in ScrollView
.
Also pointer callbacks are now exposed to detect start and end of drawing.
0.6.1 Shape, Arc, Line #
Draw line as single shape (huge performance update).
Selection of 3 draw styles (shape, arc, line). Arc is still nicest, but has performance issues..
SignatureDrawType.shape
is now default draw and export style.
0.5.1 Dot #
Support dot drawing based on last line size.
Minor performance updates.
0.5.0 Alpha version of signature pad. #
Signature pad for smooth and real hand signatures.