flare_draw 1.0.1 copy "flare_draw: ^1.0.1" to clipboard
flare_draw: ^1.0.1 copied to clipboard

A high-performance Flutter drawing and signature canvas with Catmull-Rom bezier smoothing, pressure sensitivity, undo/redo, and PNG export.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flare_draw

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

dependencies:
  flare_draw: ^1.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:flare_draw/flare_draw.dart';
0
likes
160
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance Flutter drawing and signature canvas with Catmull-Rom bezier smoothing, pressure sensitivity, undo/redo, and PNG export.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flare_draw