Started projects
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user