progress_circle 1.2.0
progress_circle: ^1.2.0 copied to clipboard
ProgressCircle is an easy widget to use for creating some circle progress tracker.
1.2.0 #
- Added
useHeadIconRotation
property to rotate head icon with progress scale
1.1.1 #
- Fixed cupertino icons' alignment
1.1.0 #
- Added
showZeroProgress
variable to configure zero progress showing - Fixed displaying with zero progress
1.0.2 #
- Fixed shouldRepaint. So it's now possible to update ProgressCircle's state on UI
1.0.1 #
- update documentation
1.0.0 #
- Added
ProgressCircleStyle
calss for styling the widget - BREAKING CHANGE: all previous styling properties have been encapsulated into the
style
field (ProgressCircleStyle
) size
property changed to non required with default value- update documentation
0.0.1 #
- initial release