- Screenshots added. Thanks FMorschel.
- This version is for flutter 3.0 >=.
- Add compatibility with lower versions of flutter.
- Flutter 3.0 updated.
- Fixed a bug: 1% progress should be inside. Thanks Gábor.
- [BREAKING CHANGE] now
radius
is a real radius and not diameter. Thanks toNipun Shah
.
linearStrokeCap
was deprecated. UsebarRadius
instead. Thanks tomartinkong0806
.
- Null safety migration completed.
- Widget Indicator works when using Arc mode on
CircularPercentIndicator
.
linearGradientBackgroundColor
was added forLinearPercentIndicator
. Thanks Jeremiah Parrack.
- Null safety migration.
- Users can stop
animation
after this was initialize. - Added Half Arc for
CircularPercentIndicator
, added by Vivek - Extra height was removed. Thanks Brayan Cantos.
- New field was added :
rotateLinearGradient
-> Enable rotation of linear gradient in circular percent indicator. Added byecokeco
.
- 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
- Added optional
onAnimationEnd
forCircularPercentIndicator
andLinearPercentIndicator
, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution
- Added optional
backgroundWidth
forCircularPercentIndicator
. Thanks to CircuitGuy for the contribution
restartAnimation
was added to restart the animation when reached the end. Thanks to superciccio for the contribution
- Added
StrokeCap
on background. Thanks @mifama
curve
was added in both indicators.
LinearPercentIndicator
now can display only part of linear gradient usingclipLinearGradient
.
- vertical padding removed from
LinearPercentIndicator
.
maskFilter
was added forLinearPercentIndicator
andCircularPercentIndicator
. Thanks to akdu12 for the contribution
linearGradient
was added forLinearPercentIndicator
andCircularPercentIndicator
.reverse
,arcType
andarcBackgroundColor
were added to theCircularPercentIndicator
.
width
is optional forLinearPercentIndicator
widget,
- Added
addAutomaticKeepAlive
property to preserve the state of the widget. - Added
isRTL
forLinearPercentIndicator
widget.
- Fixed bug using animateFromLastPercent. Thanks joelbrostrom
- Padding removed from leading and trailing on LinearPercentIndicator, now you can use Expanded or Flexible.
- Fixed animation when refresh the widget with different duration
- animateFromLastPercent property was added for LinearPercentIndicator and CircularPercentIndicator
- startAngle for CircularPercentIndicator was added
- animation update bug fixed. Thanks @Tiagosito
- padding property was added for LinearPercentIndicator
- alignment property was added for LinearPercentIndicator
- fillColor property was added to LinearPercentIndicator
- Readme updated
- Initial release