percent_indicator 4.2.5
percent_indicator: ^4.2.5 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.5 #
- Added clipRotatedLinearGradient param, thanks kamil-matula
- Enabling multi-segment progress bar with animations and stripes, thanks naseerahmedaziz
- A lot of fixes.
4.2.4 #
- A lot of fixes.
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
radiusis a real radius and not diameter. Thanks toNipun Shah.
3.5.0 #
linearStrokeCapwas deprecated. UsebarRadiusinstead. Thanks tomartinkong0806.
3.4.0 #
- Null safety migration completed.
- Widget Indicator works when using Arc mode on
CircularPercentIndicator.
3.0.1 #
linearGradientBackgroundColorwas 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
animationafter 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
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 of the multi_segment_linear_indicator package.
Features #
- Three independently animated segments
- Customizable colors for each segment
- Optional striped pattern for the middle segment
- Smooth animations with customizable duration and curve
- Configurable border radius
- RTL support
- Flexible sizing and padding options
Documentation #
- Added comprehensive README with usage examples
- Added API documentation
- Added example application
