perfect_freehand 2.2.0 copy "perfect_freehand: ^2.2.0" to clipboard
perfect_freehand: ^2.2.0 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: ^2.2.0

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';
137
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on perfect_freehand