mirror of https://github.com/AMT-Cheif/drift.git
Fix Assertion failure during setting up router
This commit is contained in:
parent
cc83a58d89
commit
cb7de63a3f
|
@ -36,8 +36,7 @@ class MyApp extends StatelessWidget {
|
|||
primarySwatch: Colors.amber,
|
||||
typography: Typography.material2018(),
|
||||
),
|
||||
routeInformationParser: _router.routeInformationParser,
|
||||
routerDelegate: _router.routerDelegate,
|
||||
routerConfig: _router,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue