This commit is contained in:
cxc
2023-02-09 17:07:14 +08:00
parent 1b88c226ad
commit 2aa59649a8
16 changed files with 156 additions and 41 deletions

View File

@ -11,6 +11,7 @@ class MyMaterialRouterConfig {
MyMaterialRouterConfig(String? token) {
router = GoRouter(
initialLocation: "/",
routes: <RouteBase>[
ShellRoute(
builder: (BuildContext context, GoRouterState state, Widget child) {