Skip to content

Commit 775046c

Browse files
committed
feat: add create task screen and fix home screen provider errors
1 parent bb72c59 commit 775046c

19 files changed

Lines changed: 1150 additions & 128 deletions

.vs/TaskManagement.slnx/v18/.wsuo

27 KB
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\",
4+
"Documents": [],
5+
"DocumentGroupContainers": [
6+
{
7+
"Orientation": 0,
8+
"VerticalTabListWidth": 256,
9+
"DocumentGroups": [
10+
{
11+
"DockedWidth": 200,
12+
"SelectedChildIndex": -1,
13+
"Children": [
14+
{
15+
"$type": "Bookmark",
16+
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
17+
}
18+
]
19+
},
20+
{
21+
"DockedWidth": 200,
22+
"SelectedChildIndex": -1,
23+
"Children": [
24+
{
25+
"$type": "Bookmark",
26+
"Name": "ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}"
27+
}
28+
]
29+
}
30+
]
31+
}
32+
]
33+
}
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\kietm\\source\\repos\\TaskManagement\\src\\lib\\main.dart||{8B382828-6202-11D1-8870-0000F87579D2}",
7+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\lib\\main.dart||{8B382828-6202-11D1-8870-0000F87579D2}"
8+
},
9+
{
10+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\flutter-architecture.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}",
11+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:documentation\\architecture\\flutter-architecture.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}"
12+
},
13+
{
14+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\database-schema.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}",
15+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:documentation\\architecture\\database-schema.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}"
16+
}
17+
],
18+
"DocumentGroupContainers": [
19+
{
20+
"Orientation": 0,
21+
"VerticalTabListWidth": 256,
22+
"DocumentGroups": [
23+
{
24+
"DockedWidth": 200,
25+
"SelectedChildIndex": 1,
26+
"Children": [
27+
{
28+
"$type": "Bookmark",
29+
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
30+
},
31+
{
32+
"$type": "Document",
33+
"DocumentIndex": 0,
34+
"Title": "main.dart",
35+
"DocumentMoniker": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\src\\lib\\main.dart",
36+
"RelativeDocumentMoniker": "src\\lib\\main.dart",
37+
"ToolTip": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\src\\lib\\main.dart",
38+
"RelativeToolTip": "src\\lib\\main.dart",
39+
"ViewState": "AgIAAAAAAAAAAAAAAAAAABsAAAA+AAAAAAAAAA==",
40+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
41+
"WhenOpened": "2026-03-25T01:41:01.672Z",
42+
"EditorCaption": ""
43+
},
44+
{
45+
"$type": "Document",
46+
"DocumentIndex": 1,
47+
"Title": "flutter-architecture.md",
48+
"DocumentMoniker": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\flutter-architecture.md",
49+
"RelativeDocumentMoniker": "documentation\\architecture\\flutter-architecture.md",
50+
"ToolTip": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\flutter-architecture.md",
51+
"RelativeToolTip": "documentation\\architecture\\flutter-architecture.md",
52+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
53+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001818|",
54+
"WhenOpened": "2026-03-25T01:40:04.688Z",
55+
"EditorCaption": ""
56+
},
57+
{
58+
"$type": "Document",
59+
"DocumentIndex": 2,
60+
"Title": "database-schema.md",
61+
"DocumentMoniker": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\database-schema.md",
62+
"RelativeDocumentMoniker": "documentation\\architecture\\database-schema.md",
63+
"ToolTip": "C:\\Users\\kietm\\source\\repos\\TaskManagement\\documentation\\architecture\\database-schema.md",
64+
"RelativeToolTip": "documentation\\architecture\\database-schema.md",
65+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAA==",
66+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001818|",
67+
"WhenOpened": "2026-03-25T01:39:56.52Z",
68+
"EditorCaption": ""
69+
}
70+
]
71+
},
72+
{
73+
"DockedWidth": 200,
74+
"SelectedChildIndex": -1,
75+
"Children": [
76+
{
77+
"$type": "Bookmark",
78+
"Name": "ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}"
79+
}
80+
]
81+
}
82+
]
83+
}
84+
]
85+
}

.vs/VSWorkspaceState.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\documentation",
5+
"\\documentation\\architecture",
6+
"\\documentation\\guidelines",
7+
"\\src",
8+
"\\src\\lib",
9+
"\\supabase"
10+
],
11+
"SelectedNode": "\\src\\lib\\main.dart",
12+
"PreviewInSolutionExplorer": false
13+
}

.vs/slnx.sqlite

88 KB
Binary file not shown.

src/.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.build/
9+
.buildlog/
10+
.history
11+
.svn/
12+
.swiftpm/
13+
migrate_working_dir/
14+
15+
# IntelliJ related
16+
*.iml
17+
*.ipr
18+
*.iws
19+
.idea/
20+
21+
# The .vscode folder contains launch configuration and tasks you configure in
22+
# VS Code which you may wish to be included in version control, so this line
23+
# is commented out by default.
24+
#.vscode/
25+
26+
# Flutter/Dart/Pub related
27+
**/doc/api/
28+
**/ios/Flutter/.last_build_id
29+
.dart_tool/
30+
.flutter-plugins-dependencies
31+
.pub-cache/
32+
.pub/
33+
/build/
34+
/coverage/
35+
36+
# Symbolication related
37+
app.*.symbols
38+
39+
# Obfuscation related
40+
app.*.map.json
41+
42+
# Android Studio will place build artifacts here
43+
/android/app/debug
44+
/android/app/profile
45+
/android/app/release

0 commit comments

Comments
 (0)