custom_circular_progress 1.0.1 custom_circular_progress: ^1.0.1 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 #
Added #
- New ProgressWidget class for creating animated circular progress indicators.
IndicatorDetails
class for configuring progress indicator details.
Changed #
- Enhanced the default animations for a smoother appearance.
- Improved the default color transitions for a more visually pleasing effect.
1.0.1 - 2023-09-03 #
Initial release of the custom_circular_progress project.
Added #
- Created the
ProgressWidget
class 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
IndicatorDetails
class for customizing progress value and item count.
Changed #
- Improved the calculation of progress value distribution in the
IndicatorDetails
class. - Tweaked default animation settings for a smoother experience.