animated_checkmark 2.0.0 animated_checkmark: ^2.0.0 copied to clipboard
Easy way to displaying, animating, and styling checkmark icon.
2.0.0 #
- Replaced the
style
enumeration with a simplerrounded
boolean property. - The
size
property type has been changed fromSize
todouble
. This assumes the checkmark will always be displayed in a square format. - The new default value for
weight
issize
divided by5
. - The
active
property has been renamed tovalue
and can now benull
, indicating an undetermined state. This change affects the way dashes are drawn.
1.0.1 #
- Change license.
1.0.0 #
- Initial release.
- Animated show/hide by active flag or progress value.
- Animated color, weight, and size.
- Sharp or round style.