freehand 0.0.1 copy "freehand: ^0.0.1" to clipboard
freehand: ^0.0.1 copied to clipboard

A Flutter port of perfect-freehand drawing logic, based on the Tldraw fork for smoother strokes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add freehand

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

dependencies:
  freehand: ^0.0.1

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:freehand/freehand.dart';
1
likes
140
points
24
downloads

Publisher

verified publisherkeyurmaru.com

Weekly Downloads

A Flutter port of perfect-freehand drawing logic, based on the Tldraw fork for smoother strokes.

Repository (GitHub)

Topics

#perfect-freehand #freehand #drawing #tldraw #sketching

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on freehand