Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix. Support routerConfig
  • Loading branch information
bisor0627 committed Jul 4, 2023
commit 763e4bdae68e4c06d8668ae187ed948a11eb9737
4 changes: 1 addition & 3 deletions packages/go_router_builder/example/lib/all_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,7 @@ class AllTypesApp extends StatelessWidget {

@override
Widget build(BuildContext context) => MaterialApp.router(
routeInformationParser: _router.routeInformationParser,
routerDelegate: _router.routerDelegate,
routeInformationProvider: _router.routeInformationProvider,
routerConfig: _router,
);

late final GoRouter _router = GoRouter(
Expand Down