This commit is contained in:
Phuoc Nguyen
2025-10-03 17:54:39 +07:00
parent 762395ce50
commit 38a33743e6
16 changed files with 1096 additions and 228 deletions

View File

@@ -128,7 +128,7 @@ final routerProvider = Provider<GoRouter>((ref) {
path: RoutePaths.todos,
name: RouteNames.todos,
pageBuilder: (context, state) => _buildPageWithTransition(
child: const HomeScreen(), // Using existing TodoScreen
child: const TodoScreen(), // Using existing TodoScreen
state: state,
),
routes: [