FlutterCountdownTimer icon indicating copy to clipboard operation
FlutterCountdownTimer copied to clipboard

A flutter countdown timer. [10 days 5:30:46] ⬇⬇⬇⬇ | flutter倒计时

Results 30 FlutterCountdownTimer issues
Sort by recently updated
recently updated
newest added

onEnd?.call(); is getting null and onEnd function is not getting call in ui.

Hi thanks for the plugin! is it possible to restart the time or countdown to original endTime?

I was stuck for hours on my code eventually realising the problem was in the package it self. When the countdown reaches to 0, this means 0 seconds but not...

I have a countdown timer and when it ends I have it run some functions, updating data, etc... However I then need to reset timer, set the value and start...

![Screenshot 2023-01-30 at 11 19 10 AM](https://user-images.githubusercontent.com/26526539/215393669-569e7651-cbb7-4c34-96d2-afb537407f12.png)

Can you add Reset for CountdownController. There is no normal way to reset value.

- Users need to set start timer if they want time to count in up

Hello, how to localize "days" string in another languages.

Hello I would like to propose a change to the library inside the file countdown_timer_controller.dart int remainingTimeStamp = (_endTime - DateTime.now().millisecondsSinceEpoch) ~/ 1000; I am making a app that should...

how to pause/resume counter?