perfect_freehand 1.0.4 copy "perfect_freehand: ^1.0.4" to clipboard
perfect_freehand: ^1.0.4 copied to clipboard

Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add perfect_freehand

With Flutter:

 $ flutter pub add perfect_freehand

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

dependencies:
  perfect_freehand: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:perfect_freehand/perfect_freehand.dart';
138
likes
150
pub points
91%
popularity

Publisher

unverified uploader

Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on perfect_freehand