This commit is contained in:
toly
2023-10-24 15:52:15 +08:00
parent 9c91d7d7f3
commit 39c38ca975
14 changed files with 231 additions and 338 deletions

View File

@@ -98,8 +98,7 @@ class AppRouterDelegate extends RouterDelegate<Object> with ChangeNotifier {
child = const CounterPage();
}
if (path == kDestinationsPaths[2]) {
child = LayoutBuilder(
builder: (_,cts)=> SortPage(size: Size(cts.maxWidth,cts.maxHeight),));
child = SortPage();
}
if (path == kDestinationsPaths[3]) {
child = const UserPage();