countdown_animation

A Flutter package for countdown animation.

Getting Started

  • Add the package to your project using : countdown_animation: and add the import 'package:countdown_animation/countdown_animation.dart'

  • Add total number of divisions you want your progress bar to complete

  • To trigger progress forward , use CountController

  • You can also add progress color,background color and stroke width

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Screenshot

countdown animation countdown after completion
countdown Screenshot_1609765389

Example

See Here