Skip to content

Releases: NicosNicolaou16/percentages_with_animation

1.0.1

24 Aug 18:18
3d468b2
Compare
Choose a tag to compare

What's new:

  • Updated the example project with the latest Flutter SDK and tested.
  • Updated the README file and improve the documentation.

Find the package on pub.dev: https://pub.dev/packages/percentages_with_animation

Thank you very much for supporting me! Any feedback is welcome!

1.0.0

27 Jul 18:41
b885f87
Compare
Choose a tag to compare

What's new:

  • Added a call back listener onCurrentValue for all percentages (Optional) and return the current percentage value (the value that return is with value.toStringAsFixed(2) and double type).
  • Updated the Example project with the new Flutter SDK.
  • Updated the README file and improve the documentation.

Find the package on pub.dev: https://pub.dev/packages/percentages_with_animation

0.0.9

06 Jul 22:21
f9837c6
Compare
Choose a tag to compare

What's new:

  • All the percentages show the decimal/double values on the percentage text.

0.0.8

22 Jun 18:36
55653b1
Compare
Choose a tag to compare

What's new:

  • Added new option for Circle, Circular and Gradient Circle Percentages for custom center text instead only the percentage -> centerText.
  • Breaking Changes:
    • Changed the parameter for Circle, Circular and Gradient Circle Percentages from textStyle to centerTextStyle for the center text.
  • Updated the documentation and README file.

0.0.7

15 Jun 21:24
Compare
Choose a tag to compare

What's new:

  • Important change from the previous version - Breaking Changes:
    • Changed the name of the parameter for Linear Percentage from showLabelOnPercentage and labelOnPercentageStyle to showPercentageOnPercentageView and percentageOnPercentageViewTextStyle
  • Minor fixes.

0.0.6+3

15 Jun 11:31
Compare
Choose a tag to compare

What's new:

  • Added the option to show text label on the linear percentage.
  • Added text style for the text label on the linear percentage.
  • Updated the documentation.
  • Fixed README file.

0.0.6+2

15 Jun 11:29
Compare
Choose a tag to compare

What's new:

  • Added the option to show text label on the linear percentage.
  • Added text style for the text label on the linear percentage.
  • Updated the documentation.
  • Fixed README file.

0.0.6+1

15 Jun 11:26
Compare
Choose a tag to compare

What's new:

  • Added the option to show text label on the linear percentage.
  • Added text style for the text label on the linear percentage.
  • Updated the documentation.
  • Fixed README file.

0.0.6

15 Jun 11:21
847e8b1
Compare
Choose a tag to compare

What's new:

  • Added the option to show text label on the linear percentage.
  • Added text style for the text label on the linear percentage.
  • Updated the documentation.

0.0.5+3

08 Jun 19:40
3306881
Compare
Choose a tag to compare

What's new:

  • Improved the documentation and add comments.
  • Removed unused strokeWidth parameter from CirclePercentage widget.