Timer

A countdown timer. Give it a duration; drive it with TickMsg. Read remaining and finished to react when it hits zero.

Install the package

Every component ships in the single dart_tui package.

$dart pub add dart_tui
timer · dart_tui
Timer demo

TimerModel

PropertyTypeDescription
durationDurationTotal countdown length.
elapsedDurationTime elapsed so far.
runningboolWhether the timer is currently ticking.

Related