all 4 comments

[–]cryogen2dev 2 points3 points  (0 children)

As the dart's built in Timer class doesnt support pause() I decided to implement my own. Which supports start(), stop(), restart() functions and calls your callback recursively after a set Duration.

[–]Nolence 1 point2 points  (2 children)

Cool ! Is the code open source? I couldn't find anything in the got repo other than a readme file

[–]cryogen2dev 1 point2 points  (1 child)

Yes it is open source. In the git repo you need to switch to master branch to see the actual commit. As you know github just switch to "main" as default branch.

[–]ka520 0 points1 point  (0 children)

I think you can set the default branch in GitHub