Currently, replacement show ONLY if duration.inSeconds <= 0.
could support a hook to show replacement earlier. something like bool replaceable(value) { return value.inSeconds == 3600; }.
btw, even though replacement showed earlier, keep ticker alive until onDone.
Case separator set to SeparatorType.title, the time digits still padded as 01 hours 01 minutes. emmm... so weird,
a padDigits option is nice, or remove pad.
[Other]
If disable seconds show, 0 < duration.inSeconds < 60, It's show nothing. Might keep show 0 minutes is better, but now it's completely OK .
Hi There, [Feat]
Currently,
replacement
show ONLY ifduration.inSeconds <= 0
. could support a hook to showreplacement
earlier. something likebool replaceable(value) { return value.inSeconds == 3600; }
. btw, even thoughreplacement
showed earlier, keep ticker alive untilonDone
.Case
separator
set toSeparatorType.title
, the time digits still padded as01 hours 01 minutes
. emmm... so weird,a
padDigits
option is nice, or remove pad.[Other] If disable
seconds
show,0 < duration.inSeconds < 60
, It's show nothing. Might keep show0 minutes
is better, but now it's completely OK .thks