Started projects

This commit is contained in:
Sewmina
2022-03-12 21:51:04 +05:30
parent 707640c78d
commit 3c5e8f4f8c
6 changed files with 163 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ class _TodoPageState extends State<TodoPage> {
return SafeArea(child: Scaffold(
floatingActionButton: FloatingActionButton.extended(
onPressed: () {
// Navigator.of(context).push(MaterialPageRoute(builder: (context) => NewActivity())).then((value) => {User.refreshUserData().then((va) => LoadStats())});
// Navigator.of(context).push(MaterialPageRoute(builder: (context) => NewTodo())).then((value) => {User.refreshUserData().then((va) => {})});
},
label: Text("New Todo"),
icon: Icon(Icons.add)),