animated_countdown 0.0.2 copy "animated_countdown: ^0.0.2" to clipboard
animated_countdown: ^0.0.2 copied to clipboard

Animated Countdown Widget.

A light widget to display a countdown animation.

Features #

You can customize the duration and the text style.

Getting started #

To start the countdown juste display the widget and it will disappear after the given duration. It is recommended to hide the widget once the countdown has finished.

Usage #

final myWidget = CountDownWidget(
  stepDuration: 3,
  textStyle: const TextStyle(color: Colors.red),
  maxTextSize: 100,
  minTextSize: 10,
  onEnd: () {
    // do some job
  },
);

Additional information #

Don't hesitate to contribute or contact me if needed.

13
likes
140
points
22
downloads

Publisher

verified publishertajaouart.com

Weekly Downloads

Animated Countdown Widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_countdown