simple_timer_count_down 1.0.1
simple_timer_count_down: ^1.0.1 copied to clipboard
Simple timer count down. Easy to use and simple to implement.
1.0.1 - 2024-12-14 #
Added #
- Initial release of the
SimpleTimerCountDownpackage. - Core features:
- Countdown functionality with customizable duration and interval.
- Callbacks:
onStarted: Triggered when the timer starts.onFinished: Triggered when the countdown finishes.onChange: Triggered every interval with the remaining time.
builderproperty for rendering custom UI during the countdown.
- Proper lifecycle management:
- Automatic cleanup of timers when the widget is disposed.