pencil_field 0.1.2 copy "pencil_field: ^0.1.2" to clipboard
pencil_field: ^0.1.2 copied to clipboard

outdated

Widget for pencil / stylus input on different devices and platforms. It is intended for any freehand input like signatures or drawings and supports full persistence of the input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pencil_field

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pencil_field: ^0.1.2

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:pencil_field/pencil_field.dart';
17
likes
0
points
11
downloads

Publisher

verified publishersmarterthanpaper.com

Weekly Downloads

Widget for pencil / stylus input on different devices and platforms. It is intended for any freehand input like signatures or drawings and supports full persistence of the input.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter

More

Packages that depend on pencil_field

Packages that implement pencil_field