percent_indicator 2.1.7
percent_indicator: ^2.1.7 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.
2.1.7 #
- Added optional
widgetIndicatorforCircularPercentIndicatorandLinearPercentIndicator, it's an indicator displayed at the end of the progress, it only works when theanimationistrue. Thanks to Brayan Cantos for the contribution
2.1.6 #
- Added optional
onAnimationEndforCircularPercentIndicatorandLinearPercentIndicator, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution
2.1.5 #
- Added optional
backgroundWidthforCircularPercentIndicator. Thanks to CircuitGuy for the contribution
2.1.4 #
restartAnimationwas added to restart the animation when reached the end. Thanks to superciccio for the contribution
2.1.3 #
- Added
StrokeCapon background. Thanks @mifama
2.1.2 #
curvewas added in both indicators.
2.1.1 #
LinearPercentIndicatornow can display only part of linear gradient usingclipLinearGradient.
2.1.0 #
- vertical padding removed from
LinearPercentIndicator.
2.0.1 #
maskFilterwas added forLinearPercentIndicatorandCircularPercentIndicator. Thanks to akdu12 for the contribution
2.0.0 #
linearGradientwas added forLinearPercentIndicatorandCircularPercentIndicator.reverse,arcTypeandarcBackgroundColorwere added to theCircularPercentIndicator.
1.0.16 #
widthis optional forLinearPercentIndicatorwidget,
1.0.15 #
- Added
addAutomaticKeepAliveproperty to preserve the state of the widget. - Added
isRTLforLinearPercentIndicatorwidget.
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