percent_indicator 4.2.3 percent_indicator: ^4.2.3 copied to clipboard
Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.
[4.2.3] #
- Screenshots added. Thanks FMorschel.
[4.2.2] #
- This version is for flutter 3.0 >=.
[4.2.1] #
- Add compatibility with lower versions of flutter.
[4.2.0] #
- Flutter 3.0 updated.
[4.0.1] #
- Fixed a bug: 1% progress should be inside. Thanks Gábor.
[4.0.0] #
- [BREAKING CHANGE] now
radius
is a real radius and not diameter. Thanks toNipun Shah
.
[3.5.0] #
linearStrokeCap
was deprecated. UsebarRadius
instead. Thanks tomartinkong0806
.
[3.4.0] #
- Null safety migration completed.
- Widget Indicator works when using Arc mode on
CircularPercentIndicator
.
[3.0.1] #
linearGradientBackgroundColor
was added forLinearPercentIndicator
. Thanks Jeremiah Parrack.
[3.3.0-nullsafety.1 - 3.0.0] #
- Null safety migration.
2.1.9 - 2.1.9+1 #
- Users can stop
animation
after this was initialize. - Added Half Arc for
CircularPercentIndicator
, added by Vivek - Extra height was removed. Thanks Brayan Cantos.
2.1.8 #
- New field was added :
rotateLinearGradient
-> Enable rotation of linear gradient in circular percent indicator. Added byecokeco
.
2.1.7 - 2.1.7+4 #
- Added optional
widgetIndicator
forCircularPercentIndicator
andLinearPercentIndicator
, it's an indicator displayed at the end of the progress, it only works when theanimation
istrue
. Thanks to Brayan Cantos for the contribution
2.1.6 #
- Added optional
onAnimationEnd
forCircularPercentIndicator
andLinearPercentIndicator
, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution
2.1.5 #
- Added optional
backgroundWidth
forCircularPercentIndicator
. Thanks to CircuitGuy for the contribution
2.1.4 #
restartAnimation
was added to restart the animation when reached the end. Thanks to superciccio for the contribution
2.1.3 #
- Added
StrokeCap
on background. Thanks @mifama
2.1.2 #
curve
was added in both indicators.
2.1.1 #
LinearPercentIndicator
now can display only part of linear gradient usingclipLinearGradient
.
2.1.0 #
- vertical padding removed from
LinearPercentIndicator
.
2.0.1 #
maskFilter
was added forLinearPercentIndicator
andCircularPercentIndicator
. Thanks to akdu12 for the contribution
2.0.0 #
linearGradient
was added forLinearPercentIndicator
andCircularPercentIndicator
.reverse
,arcType
andarcBackgroundColor
were added to theCircularPercentIndicator
.
1.0.16 #
width
is optional forLinearPercentIndicator
widget,
1.0.15 #
- Added
addAutomaticKeepAlive
property to preserve the state of the widget. - Added
isRTL
forLinearPercentIndicator
widget.
1.0.14 #
- Fixed bug using animateFromLastPercent. Thanks joelbrostrom
1.0.13 #
- Padding removed from leading and trailing on LinearPercentIndicator, now you can use Expanded or Flexible.
- Fixed animation when refresh the widget with different duration
1.0.12 #
- animateFromLastPercent property was added for LinearPercentIndicator and CircularPercentIndicator
1.0.11 #
- startAngle for CircularPercentIndicator was added
1.0.10 #
- animation update bug fixed. Thanks @Tiagosito
1.0.9 #
1.0.1 - 1.0.4 #
- Readme updated
1.0.0 #
- Initial release