flutter_math_curve_loading 0.0.1
flutter_math_curve_loading: ^0.0.1 copied to clipboard
Mathematical-curve loading indicators. A particle trail rides parametric curves (rose, Lissajous, cardioid, butterfly, Fourier, and more) over a faint background track, with breathing detail and optio [...]
0.0.1 #
Initial release — a Flutter port of math-curve-loaders.
MathCurveLoadingwidget — a particle trail rides a parametric curve over a faint background track, with breathing detail and optional slow rotation.- 21 built-in
MathCurvespresets: rose trails, polar roses, Lissajous, lemniscate, hypotrochoid, rolling-circle spirals, butterfly, cardioids, heart wave, spiral search, and a Fourier flow. - Fully configurable curves: a named constructor per family
(
MathCurve.rose,MathCurve.spiral,MathCurve.lissajous, …) exposes every shape parameter, andMathCurve.copyWithoverrides look/timing (particleCount,trailSpan,loop,pulse,rotation,strokeWidth,rotate). Build a bespoke shape with the base constructor + your ownpoint. MathCurveLoadingknobs:color,size,speed,showTrack.