PackageTrack
Sign in Get early access

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 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. 4.2.5 08 Apr 2025

    Nothing published for this version

  2. 4.2.4 23 Nov 2024

    Nothing published for this version

  3. 4.2.3 03 Mar 2023

    Nothing published for this version

  4. 4.2.2 13 May 2022

    Nothing published for this version

  5. 4.2.1 13 May 2022

    Nothing published for this version

  6. 4.2.0 12 May 2022

    Nothing published for this version

  7. 4.0.1 05 May 2022
    Release notes
    • 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]

    Open source →
  8. 4.0.0 19 Jan 2022
    Release notes

    Merge branch 'master' of github.com:diegoveloper/flutter_percent_indi…

    Open source →
  9. 3.4.0 04 Oct 2021
    Release notes

    Merge branch 'master' of github.com:diegoveloper/flutter_percent_indi…

    Open source →
  10. 3.3.0-nullsafety.1 28 Feb 2021 pre-release
    Release notes

    Merge branch 'master' of github.com:diegoveloper/flutter_percent_indi…

    Open source →
  11. 3.0.1 24 Mar 2021
    Release notes
    • 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]

    Open source →
  12. 2.1.9 20 Dec 2020
    Release notes
    • Users can stop animation after this was initialize.
    • Added Half Arc for CircularPercentIndicator , added by Vivek
    • Extra height was removed. Thanks Brayan Cantos.
    Open source →
  13. 2.1.9+1 01 Feb 2021

    Nothing published for this version

  14. 2.1.8 25 Oct 2020
    Release notes Open source →
    Release notes
    • New field was added : rotateLinearGradient -> Enable rotation of linear gradient in circular percent indicator. Added by ecokeco.
    Open source →
  15. 2.1.7 23 Sep 2020
    Release notes
    • Added optional widgetIndicator for CircularPercentIndicator and LinearPercentIndicator, it's an indicator displayed at the end of the progress, it only works when the animation is true. Thanks to Brayan Cantos for the contribution
    Open source →
  16. 2.1.7+1 23 Sep 2020

    Nothing published for this version

  17. 2.1.7+2 23 Sep 2020

    Nothing published for this version

  18. 2.1.7+3 24 Sep 2020

    Nothing published for this version

  19. 2.1.7+4 28 Sep 2020

    Nothing published for this version

  20. 2.1.6 06 Sep 2020
    Release notes
    • Added optional onAnimationEnd for CircularPercentIndicator and LinearPercentIndicator, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution
    Open source →
  21. 2.1.5 15 Jun 2020
    Release notes
    • Added optional backgroundWidth for CircularPercentIndicator. Thanks to CircuitGuy for the contribution
    Open source →
  22. 2.1.4 02 Jun 2020
    Release notes
    • restartAnimation was added to restart the animation when reached the end. Thanks to superciccio for the contribution
    Open source →
  23. 2.1.3 13 Apr 2020
    Release notes
    • Added StrokeCap on background. Thanks @mifama
    Open source →
  24. 2.1.1 25 Jun 2019
    Release notes
    • LinearPercentIndicator now can display only part of linear gradient using clipLinearGradient.
    Open source →
  25. 2.1.1+1 20 Aug 2019

    Nothing published for this version

  26. 2.1.0 02 Jun 2019
    Release notes
    • vertical padding removed from LinearPercentIndicator.
    Open source →
  27. 2.0.1 29 May 2019
    Release notes
    • maskFilter was added for LinearPercentIndicator and CircularPercentIndicator. Thanks to akdu12 for the contribution
    Open source →
  28. 2.0.0 27 May 2019
    Release notes
    • linearGradient was added for LinearPercentIndicator and CircularPercentIndicator.
    • reverse, arcType and arcBackgroundColor were added to the CircularPercentIndicator.
    Open source →
  29. 1.0.16 24 Apr 2019
    Release notes
    • width is optional for LinearPercentIndicator widget,
    Open source →
  30. 1.0.15 13 Apr 2019
    Release notes
    • Added addAutomaticKeepAlive property to preserve the state of the widget.
    • Added isRTL for LinearPercentIndicator widget.
    Open source →
  31. 1.0.14 06 Mar 2019
    Release notes
    • Fixed bug using animateFromLastPercent. Thanks joelbrostrom
    Open source →
  32. 1.0.13 26 Jan 2019
    Release notes
    • Padding removed from leading and trailing on LinearPercentIndicator, now you can use Expanded or Flexible.
    • Fixed animation when refresh the widget with different duration
    Open source →
  33. 1.0.12 03 Jan 2019
    Release notes
    • animateFromLastPercent property was added for LinearPercentIndicator and CircularPercentIndicator
    Open source →
  34. 1.0.11 22 Dec 2018
    Release notes
    • startAngle for CircularPercentIndicator was added
    Open source →
  35. 1.0.10 07 Nov 2018
    Release notes
    • animation update bug fixed. Thanks @Tiagosito
    Open source →
  36. 1.0.9 31 Jul 2018
    Release notes
    • padding property was added for LinearPercentIndicator
    Open source →
  37. 1.0.8 31 Jul 2018

    Nothing published for this version

  38. 1.0.7 31 Jul 2018
    Release notes
    • alignment property was added for LinearPercentIndicator
    Open source →
  39. 1.0.6 25 Jul 2018

    Nothing published for this version

  40. 1.0.5 19 Jul 2018
    Release notes
    • fillColor property was added to LinearPercentIndicator
    Open source →
  41. 1.0.4 17 Jul 2018

    Nothing published for this version

  42. 1.0.3 17 Jul 2018

    Nothing published for this version

  43. 1.0.2 17 Jul 2018

    Nothing published for this version

  44. 1.0.1 17 Jul 2018
    Release notes
    • Readme updated
    Open source →
  45. 1.0.0 17 Jul 2018
    Release notes

    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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive