proste_bezier_curve 2.0.2 copy "proste_bezier_curve: ^2.0.2" to clipboard
proste_bezier_curve: ^2.0.2 copied to clipboard

Less code, less difficulty, drawing standard Bezier curve.Package can be used to clip the widget or draw the path by yourself.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add proste_bezier_curve
copied to clipboard

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

dependencies:
  proste_bezier_curve: ^2.0.2
copied to clipboard

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:proste_bezier_curve/proste_bezier_curve.dart';
copied to clipboard
67
likes
150
points
924
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.20 - 2025.04.04

Less code, less difficulty, drawing standard Bezier curve.Package can be used to clip the widget or draw the path by yourself.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on proste_bezier_curve