We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77fb81 commit 5e141f0Copy full SHA for 5e141f0
packages/go_router/example/lib/shell_route.dart
@@ -87,7 +87,7 @@ class ShellRouteExampleApp extends StatelessWidget {
87
},
88
routes: <RouteBase>[
89
// The details screen to display stacked on the inner Navigator.
90
- // This will cover screen A but not the application shell.
+ // This will cover screen C but not the application shell.
91
GoRoute(
92
path: 'details',
93
builder: (BuildContext context, GoRouterState state) {
0 commit comments