bezier_curve 0.0.2 copy "bezier_curve: ^0.0.2" to clipboard
bezier_curve: ^0.0.2 copied to clipboard

Performant and customizable cubic Bezier curves, offering adjustable root-finding tolerance and maximum iterations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bezier_curve

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

dependencies:
  bezier_curve: ^0.0.2

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:bezier_curve/bezier_curve.dart';
0
likes
140
pub points
16%
popularity

Publisher

verified publisherds797.com

Performant and customizable cubic Bezier curves, offering adjustable root-finding tolerance and maximum iterations.

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on bezier_curve