custom_circular_progress 1.0.0
custom_circular_progress: ^1.0.0 copied to clipboard
A customizable Flutter package to create circular progress indicators with animation and coloring effects.
Changelog #
All notable changes to the custom_circular_progress project will be documented in this file.
Unreleased #
1.0.0 - 2023-08-30 #
Initial release of the custom_circular_progress project.
Added #
- Created the
ProgressWidgetclass for customizable circular progress indicators. - Implemented rotational animation with the ability to control stopping.
- Added color animation with controllable start and stop.
- Provided options for setting indicator details, colors, radius, and animations.
- Added customizable size and border radius for individual progress units.
- Introduced the
IndicatorDetailsclass for customizing progress value and item count.
Changed #
- Improved the calculation of progress value distribution in the
IndicatorDetailsclass. - Tweaked default animation settings for a smoother experience.