Releases: NicosNicolaou16/percentages_with_animation
Releases · NicosNicolaou16/percentages_with_animation
1.0.2
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
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
What's new:
- Added a call back listener
onCurrentValue
for all percentages (Optional) and return the current percentage value (the value that return is withvalue.toStringAsFixed(2)
anddouble
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
What's new:
- All the percentages show the decimal/double values on the percentage text.
0.0.8
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
tocenterTextStyle
for the center text.
- Changed the parameter for Circle, Circular and Gradient Circle Percentages from
- Updated the documentation and README file.
0.0.7
What's new:
- Important change from the previous version - Breaking Changes:
- Changed the name of the parameter for Linear Percentage from
showLabelOnPercentage
andlabelOnPercentageStyle
toshowPercentageOnPercentageView
andpercentageOnPercentageViewTextStyle
- Changed the name of the parameter for Linear Percentage from
- Minor fixes.
0.0.6+3
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
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
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
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.