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

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

Pub Version GitHub GitHub GitHub

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

Preview #

Preview

Demo

Features #

  • Animated check/uncheck/undetermined by boolean value or double value.
  • Animated color, weight, and size.
  • Rounded or sharpen 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 value flag
AnimatedCheckmark(
  value: true,
  size: 12,
  color: Colors.blue,
);

// animate by progress value [-1.0 to 1.0]
Checkmark(
  progress: 0.5,
  weight: 2,
  size: const Size.square(12),
  color: Colors.blue,
  rounded: true,
);

Sponsoring #

Buy Me A Coffee Ko-Fi

If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

6
likes
140
pub points
85%
popularity
screenshot

Publisher

verified publisherwidgetarian.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_checkmark