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

outdated

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 #

to /example folder.

import 'material.dart';
Positioned.fill(
  child: Center(
    child: CountDownWidget(
      duration: myWidget.timerDuration,
      onEnd: () {
      setState(() {
      displayTimer = false;
      });
      },
    ),
  ),
)



Additional information #

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

13
likes
0
points
22
downloads

Publisher

verified publishertajaouart.com

Weekly Downloads

Animated Countdown Widget.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_countdown