Basic Functions done

This commit is contained in:
warlock
2022-02-27 16:46:13 +05:30
parent d4dd0864fa
commit 8c7ea9b86e
10 changed files with 421 additions and 160 deletions

View File

@@ -77,6 +77,7 @@ class _NewTaskState extends State<NewTask> {
isExpanded: true,
items: getCategoryNames().map<DropdownMenuItem<String>>(
(String value) {
return DropdownMenuItem<String>(
value: value,
child: Text(value),