perfect_freehand 2.3.2
perfect_freehand: ^2.3.2 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_freehandWith Flutter:
$ flutter pub add perfect_freehandThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
perfect_freehand: ^2.3.2Alternatively, 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';