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

outdated

Create and sample a cmooth bezier curve going through a given set of points

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smoothie

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

dependencies:
  smoothie: ^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:smoothie/smoothie.dart';
15
likes
0
pub points
69%
popularity

Publisher

verified publisherkreitai.com

Create and sample a cmooth bezier curve going through a given set of points

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bezier, flutter, vector_math

More

Packages that depend on smoothie