FLUTTER ECOSYSTEM

mateusfccp/pausable_timer

A Dart timer that can be paused, resumed and reset.

pausable_timer project cover
Stars
36
Forks
8
Last push (UTC)
Dec 26, 2025
Project status
Active
Mateus Felipe C. C. Pinto GitHub avatar
GITHUB User

Mateus Felipe C. C. Pinto ↗

Brazilian, theology bachelor and software developer.

Villa Libertador San Martín, Entre Ríos – ArgentinaOfficial website ↗
LanguagesDartShell

Technical topics

Dependencies used

Dependency list 4 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

pausable_timer

CI Pub Score Latest Dart version pub package pub points likes

A Dart timer that can be paused, resumed and reset.

PausableTimer aims to be as similar and compatible as possible with Dart's Timer, while providing extra functionality.

How to use it

PausableTimer should work exactly the same as a regular Timer, but can be paused, resumed and restarted with the respective methods (.pause, .start and .resume).

There are also additional getters to check if the timer is active, paused, expired or cancelled.

More detailed examples can be found in the example folder.