Showing
3 changed files
with
10 additions
and
0 deletions
This diff is collapsed. Click to expand it.
... | @@ -701,6 +701,13 @@ packages: | ... | @@ -701,6 +701,13 @@ packages: |
701 | url: "https://pub.dartlang.org" | 701 | url: "https://pub.dartlang.org" |
702 | source: hosted | 702 | source: hosted |
703 | version: "2.0.5" | 703 | version: "2.0.5" |
704 | + pausable_timer: | ||
705 | + dependency: "direct main" | ||
706 | + description: | ||
707 | + name: pausable_timer | ||
708 | + url: "https://pub.dartlang.org" | ||
709 | + source: hosted | ||
710 | + version: "1.0.0+3" | ||
704 | pedantic: | 711 | pedantic: |
705 | dependency: transitive | 712 | dependency: transitive |
706 | description: | 713 | description: | ... | ... |
... | @@ -99,6 +99,9 @@ dependencies: | ... | @@ -99,6 +99,9 @@ dependencies: |
99 | camera: ^0.9.4+5 | 99 | camera: ^0.9.4+5 |
100 | path_provider: ^2.0.8 | 100 | path_provider: ^2.0.8 |
101 | 101 | ||
102 | + # A Dart timer that can be paused, resumed and reset. | ||
103 | + pausable_timer: ^1.0.0+3 | ||
104 | + | ||
102 | dependency_overrides: | 105 | dependency_overrides: |
103 | decimal: 1.5.0 | 106 | decimal: 1.5.0 |
104 | 107 | ... | ... |
-
Please register or login to post a comment