Skip to content

Commit

Permalink
Merge pull request #2529 from Amir-P/patch-1
Browse files Browse the repository at this point in the history
Fix Assertion failure during setting up router in example app
  • Loading branch information
simolus3 authored Jul 22, 2023
2 parents cc83a58 + cb7de63 commit cbfa381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ class MyApp extends StatelessWidget {
primarySwatch: Colors.amber,
typography: Typography.material2018(),
),
routeInformationParser: _router.routeInformationParser,
routerDelegate: _router.routerDelegate,
routerConfig: _router,
),
);
}
Expand Down

0 comments on commit cbfa381

Please sign in to comment.