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

outdated

Simple CountDown timer. Using for create a simple timer. It's pure all

Simple Count Down #

Simple Count Down for Flutter

Using for create a simple timer

How to use #

CountDown(
    seconds: 100,
    onTimer: () {
        // Make some logic
        setState(() {
            // Such like hide timer and show other widget
            _showTimer = false;
        });
    },
),
179
likes
0
pub points
98%
popularity

Publisher

verified publisherdizoft.ru

Simple CountDown timer. Using for create a simple timer. It's pure all

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on timer_count_down