smoothie 0.3.0+1 copy "smoothie: ^0.3.0+1" to clipboard
smoothie: ^0.3.0+1 copied to clipboard

A simple curve smoothing utility. Turn a set of your data points into a smooth Bézier curve in one line of code.

0.3.0+1 - 2021-04-09 #

Updated description #

Updated the description for better discoverability.

0.3.0 - 2021-04-09 #

Null safety #

The package is now null-safe. Added a static function in a Smoothie class for convenient import.

0.2.0+1 - 2020-05-12 #

Breaking changes #

Re-worked the API for smoothing function. The new function is designed to handle input data with points arbitrarily (not evenly) spread across X axis.

0.1.4 - 2020-05-12 #

Updated example #

0.1.3 - 2020-05-12 #

Improved documentation #

0.1.2 - 2020-05-04 #

Updated the example #

0.1.1 - 2020-05-04 #

Separate extension for list of custom data points #

0.1.0 - 2020-05-04 #

Breaking change - using extension methods #

0.0.4 - 2020-05-02 #

Improved naming and documentation #

0.0.3 - 2020-04-23 #

Improved Readme example #

0.0.2 - 2020-04-01 #

Added the example app #

0.0.1 - 2020-03-31 #

Initial release #

16
likes
160
points
74
downloads

Publisher

verified publisherkreitai.com

Weekly Downloads

A simple curve smoothing utility. Turn a set of your data points into a smooth Bézier curve in one line of code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bezier, flutter, vector_math

More

Packages that depend on smoothie