Skip to content

Commit ba48260

Browse files
Merge pull request #33 from PrepTimer/feature/issue#6-Implement-time-signals-and-auto-move-speeches
Time Signals and AutoMove (#6)
2 parents 5052611 + b108892 commit ba48260

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3679
-963
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Created by https://www.toptal.com/developers/gitignore/api/vscode,flutter
33
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,flutter
44

5+
## Dart ##
6+
coverage/
7+
!coverage/lcov.info
8+
59
### Flutter ###
610
# Flutter/Dart/Pub related
711
**/doc/api/

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "PrepTime",
9+
"request": "launch",
10+
"type": "dart"
11+
}
12+
]
13+
}

assets/signals/fifteen.png

5.36 KB
Loading

assets/signals/fist.png

5.65 KB
Loading

assets/signals/five.png

8.18 KB
Loading

assets/signals/four.png

8 KB
Loading

assets/signals/one.png

6.47 KB
Loading

assets/signals/thirty.png

5.3 KB
Loading

assets/signals/three.png

7.89 KB
Loading

0 commit comments

Comments
 (0)