added navigation to detail page

This commit is contained in:
SomnusVeritas
2023-11-08 14:17:57 +01:00
parent 7fdc03e79f
commit 36aa01fdde
4 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import '../models/todo.dart';
class TodoProvider {
static Todo? selectedTodo;
}