Last updated:
0 purchases
flutter progress status
Flutter Progress Status #
A simple widget that can be used to display progress status of a task, use the provided properties to customise the way you like.
How to use #
ProgressStatus(
radius: 150,
strokeWidth: 20,
fillValue: 50,
)
copied to clipboard
Properties #
radiusUse this to set the size of the circle default minimum = 15.0 and default maximum = deviceWidth will be applied.
fillValueUse this to set the fill position.
fillColorUse this to set the fill color where default is blue color.
backgroundColorUse this to set the track background color where default is grey color.
isStrokeCapRoundedUse this to set if stroke cap is rounded, default is true.
strokeWidthUse this to set the width of the track default is 5.0.
showCenterTextUse this to show/hide the percentage in the middle of the circle, default is true.
centerTextStyleUse this to style the center text.
centerTextAlignmentUse this to position the center text inside the circle.
animationDurationUse this to set the duration of the animation, default is 1 second.
animationCurveUse this to set the curve for the animation, default is Curves.fastOutSlowIn.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.