Skip to content

Releases: NicosNicolaou16/percentages_with_animation

1.1.0

05 Apr 21:41
Compare
Choose a tag to compare

What's new:

  • New Feature:
    • Added a new Wave Percentage with animation with various customizations.
  • Updates:
    • Updated and tested the example project with the latest Flutter SDK 3.29.2.
    • Updated the Android Side.
      • Updated Gradle to latest version.
      • Updated Kotlin to latest version.
      • Updated CMake to latest version.
    • Updated/Fixed the README file and improve the documentation.

Find the package on pub.dev: percentages_with_animation

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

1.0.5

22 Feb 23:11
c16ae6d
Compare
Choose a tag to compare

What's new:

  • Updated the example project with the latest Flutter SDK 3.29.0 and tested.
  • Updated the Android Side.
    • Updated Gradle to latest version.
    • Updated NDK and CMake to latest Versions.

Find the package on pub.dev: percentages_with_animation

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

1.0.4

01 Feb 22:16
e4504d8
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.
  • Updated the Android Side.
    • Updated Gradle to latest version.
    • Updated Kotlin to Version.

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.3

23 Nov 19:55
071452b
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.
  • Updated the Android Side.

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.2

19 Oct 21:32
c793861
Compare
Choose a tag to compare

What's new:

  • Update the example project with the latest Flutter SDK and tested.
  • Update the README file and improve the documentation.
  • Update the Android Side, updated NDK and updated Java version.
  • Minor fixes.

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.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.