math_curve_loaders 0.1.0
math_curve_loaders: ^0.1.0 copied to clipboard
Animated Flutter loading indicators drawn from parametric mathematical curves.
0.1.0 #
- Added the initial named-constructor API for fourteen mathematical curve loaders.
- Added butterfly, heart wave, astroid, superellipse, and torus knot presets.
- Aligned the butterfly and heart wave presets with the same curve families as the reference gallery.
- Added
MathCurveLoaderStylefor shared visual customization. - Added custom curve support through
MathCurveLoader.custom. - Added open-path support for custom curve loaders.
- Added reduced-motion handling and progress semantics.
- Updated package metadata, README, and license for the first private release.