hukusuke1007 / stop_watch_timer

This is Stop Watch Timer for flutter plugin.🏃‍♂️

Home Page:https://pub.dev/packages/stop_watch_timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preset Time

naaera opened this issue · comments

commented

Hello,

Is there a way to force presettime countdown to 0 and set a new preset time ?.

I've tried using clearPresetTime() function, but if i start the stopwatch countdown the stopwatch not start from the new preset time . example : remaining time is 5second and then i call clearPresetTime(), and then i set new preset time 20second and start the countdown again, but the timer started from 15second not 20second
Screenshot_20220519_101150
Screenshot_20220519_101252

Thank you in advance

#27 I need this feature too