Pie charts can be animated for 100% or more.
The bar graph is a graph that overlaps at the specified position.
Features
Memory usage
Getting started
Set the value in Dataclass.
circleSetProgress = MultipleCircleSetProgress(circle: c);
late CircleDataItem c = CircleDataItem(
/// circleForwardFlg is forward or reverse.
circleForwardFlg: true,
/// CircleShader is an end type circle None has no knob.
circleShader: CircleShader.circleNone,
/// ComplementCircle is the tuning when the circle is changed to large or small.
complementCircle: 0.05,
/// circleSizeValue.
circleSizeValue: _circleSize,
/// circleStrokeWidth is the thickness of the circle.
circleStrokeWidth: 30.0,
/// circleShadowValue is The shadow range value
circleShadowValue: 0.01,
/// circleDuration is circle animation speed
circleDuration: _speedValue.toInt(),
/// circleColor is the color of the knob.
circleColor: Colors.green,
/// circleColor is the shadow color of the knob.
circleShadowColor: Colors.black,
/// circleRoundColor is The base color of circleRoundColor.
circleRoundColor: Colors.grey,
/// circleController is CircleProgressController.
circleController: controller,
/// circleColorList is Determines the gradient color.
circleColorList: setColor);
In the double array, the last element and the next element first have the same color and become a gradation.
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.