FLUTTER ECOSYSTEM

mateusfccp/pausable_timer

一個可以暫停、恢復和重設的 Dart 計時器。

可暫停計時器 專案封面
Stars
36
Forks
8
最近推送(UTC)
2025年12月26日
專案狀態
未封存
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 – Argentina官方網站 ↗
語言DartShell

技術主題

使用的依賴

依賴清單 4 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 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.