Now can specify input type - PointerDeviceKind
.
Resolve vertices scaling with fit
flag in export.
Rename some properties to unify naming across library.
Removed dependency on flutter_svg
and removed HandSignatureView
.
Refactor HandSignaturePainterView
to HandSignature
toPicture and toImage now contains fit property.
New GestureRecognizer
based on OneSequenceGestureRecognizer
that allows just one pointer and handles all pointer updates.
All previous Recognizers have been removed.
Minimum Dart SDK 2.12.0
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.
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.
Support dot drawing based on last line size.
Minor performance updates.
Signature pad for smooth and real hand signatures.