percent_indicator
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
719K downloads/mo
#429 most downloaded on pub.dev
diegoveloper/flutter_percent_indicator
What this package is like to depend on
Last release 1 years ago
08 Apr 2025
Release timing varies
gaps range from 3 weeks to 1.7 years
Most releases are documented
notes for 27 of 44 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
45 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
45 releases · Jul 2018 to Apr 2025Releases
latest 45-
4.2.508 Apr 2025Nothing published for this version
-
4.2.423 Nov 2024Nothing published for this version
-
4.2.303 Mar 2023Nothing published for this version
-
4.2.213 May 2022Nothing published for this version
-
4.2.113 May 2022Nothing published for this version
-
4.2.012 May 2022Nothing published for this version
-
4.0.105 May 2022Release notes
Open source →-
Added new arcType and fixed margin when widget percent is 1.0 (#142)
-
1% progress should be inside (#154)
-
Fix #147.
-
Fix #147.
-
Fix #147.
-
Fix #147.
-
version bumped
Co-authored-by: chrizstone [email protected]
Co-authored-by: Gábor [email protected] -
-
4.0.019 Jan 2022 -
3.4.004 Oct 2021 -
3.3.0-nullsafety.128 Feb 2021 pre-release -
3.0.124 Mar 2021Release notes
Open source →-
version updated
-
Add linearGradientBackgroundColor param for LinearPercentIndicator (#114)
-
Jeremiah-Parrack | add linearGradientBackgroundColor param for LinearPercentIndicator
-
Jeremiah-Parrack | remove idea from git
-
Jeremiah-Parrack | add linearGradient exaample
Co-authored-by: Jeremiah-Parrack [email protected]
- changelog updated
Co-authored-by: Jeremiah Parrack [email protected]
Co-authored-by: Jeremiah-Parrack [email protected] -
-
2.1.920 Dec 2020Release notes
Open source →- Users can stop
animationafter this was initialize. - Added Half Arc for
CircularPercentIndicator, added by Vivek - Extra height was removed. Thanks Brayan Cantos.
- Users can stop
-
2.1.9+101 Feb 2021Nothing published for this version
-
2.1.825 Oct 2020Release notes
Open source →- New field was added :
rotateLinearGradient-> Enable rotation of linear gradient in circular percent indicator. Added byecokeco.
- New field was added :
-
2.1.723 Sep 2020Release notes
Open source →- 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
- Added optional
-
2.1.7+123 Sep 2020Nothing published for this version
-
2.1.7+223 Sep 2020Nothing published for this version
-
2.1.7+324 Sep 2020Nothing published for this version
-
2.1.7+428 Sep 2020Nothing published for this version
-
2.1.606 Sep 2020Release notes
Open source →- Added optional
onAnimationEndforCircularPercentIndicatorandLinearPercentIndicator, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution
- Added optional
-
2.1.515 Jun 2020Release notes
Open source →- Added optional
backgroundWidthforCircularPercentIndicator. Thanks to CircuitGuy for the contribution
- Added optional
-
2.1.402 Jun 2020Release notes
Open source →restartAnimationwas added to restart the animation when reached the end. Thanks to superciccio for the contribution
-
2.1.313 Apr 2020 -
2.1.125 Jun 2019Release notes
Open source →LinearPercentIndicatornow can display only part of linear gradient usingclipLinearGradient.
-
2.1.1+120 Aug 2019Nothing published for this version
-
2.1.002 Jun 2019 -
2.0.129 May 2019Release notes
Open source →maskFilterwas added forLinearPercentIndicatorandCircularPercentIndicator. Thanks to akdu12 for the contribution
-
2.0.027 May 2019Release notes
Open source →linearGradientwas added forLinearPercentIndicatorandCircularPercentIndicator.reverse,arcTypeandarcBackgroundColorwere added to theCircularPercentIndicator.
-
1.0.1624 Apr 2019 -
1.0.1513 Apr 2019Release notes
Open source →- Added
addAutomaticKeepAliveproperty to preserve the state of the widget. - Added
isRTLforLinearPercentIndicatorwidget.
- Added
-
1.0.1406 Mar 2019 -
1.0.1326 Jan 2019Release notes
Open source →- 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.1203 Jan 2019Release notes
Open source →- animateFromLastPercent property was added for LinearPercentIndicator and CircularPercentIndicator
-
1.0.1122 Dec 2018 -
1.0.1007 Nov 2018 -
1.0.931 Jul 2018 -
1.0.831 Jul 2018Nothing published for this version
-
1.0.731 Jul 2018 -
1.0.625 Jul 2018Nothing published for this version
-
1.0.519 Jul 2018 -
1.0.417 Jul 2018Nothing published for this version
-
1.0.317 Jul 2018Nothing published for this version
-
1.0.217 Jul 2018Nothing published for this version
-
1.0.117 Jul 2018 -
1.0.017 Jul 2018Release notes
Open source →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