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.