animated_checkmark 1.0.1 copy "animated_checkmark: ^1.0.1" to clipboard
animated_checkmark: ^1.0.1 copied to clipboard

Easy way to displaying, animating, and styling checkmark icon.

Pub Version GitHub

Buy Me A Coffee

Easy way to displaying, animating, and styling checkmark icon.

Preview #

Preview

Demo

Features #

  • Animated show/hide by active flag or progress value.
  • Animated color, weight, and size.
  • Sharp or round style.

Usage #

For a complete usage, please see the example.

To read more about classes and other references used by animated_checkmark, see the API Reference.

// animate by active flag
AnimatedCheckmark(
  active: true,
  weight: 2,
  size: const Size.square(12),
  color: Colors.blue,
  style: CheckmarkStyle.round,
);

// animate by progress value [0.0-1.0]
Checkmark(
  progress: 0.5,
  weight: 2,
  size: const Size.square(12),
  color: Colors.blue,
  style: CheckmarkStyle.round,
);
6
likes
140
pub points
85%
popularity

Publisher

verified publisherwidgetarian.com

Easy way to displaying, animating, and styling checkmark icon.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_checkmark