signature_pad 1.0.1 copy "signature_pad: ^1.0.1" to clipboard
signature_pad: ^1.0.1 copied to clipboard

outdated

An HTML 5 canvas signature library

signature_pad for Dart #

A Pure Dart implementation of Signature Pad by Szymon Nowak

logo

Example #

import 'dart:html';
import 'package:signature_pad/signature_pad.dart`

main() {
  var canvas = querySelector("canvas");
  var opts = new SignaturePadOptions(minWidth: 1.5, maxWidth: 4.0, velocityFilterWeight: 0.7);
  var signaturePad = new SignaturePad(canvas, opts);
}

see the example/ directory for a complete example. (e.g. pub serve example)

Demo #

The example/ directory contains a Dart version of the JS demo

8
likes
20
pub points
62%
popularity

Publisher

verified publisherjpryan.me

An HTML 5 canvas signature library

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

rate_limit

More

Packages that depend on signature_pad