hand_signature 3.0.3 hand_signature: ^3.0.3 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hand_signature
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hand_signature: ^3.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hand_signature/signature.dart';