This commit is contained in:
toly
2023-12-22 10:01:10 +08:00
parent 2f4e8d3564
commit bde7cad11d
22 changed files with 2223 additions and 12 deletions

View File

@@ -63,6 +63,15 @@ final RouteBase drawRouters = GoRoute(
case '18':
child = const P18Page();
break;
case '19':
child = const P19Page();
break;
case '20':
child = const P20Page();
break;
case '21':
child = const P21Page();
break;
}
return CustomTransitionPage(