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.
unnecessary_underscores
1 parent 0bed9cf commit 5710517Copy full SHA for 5710517
deeplink_cookbook/lib/main.dart
@@ -8,12 +8,12 @@ final router = GoRouter(
8
routes: [
9
GoRoute(
10
path: '/',
11
- builder: (_, __) =>
+ builder: (_, _) =>
12
Scaffold(appBar: AppBar(title: const Text('Home Screen'))),
13
14
15
path: 'details',
16
17
Scaffold(appBar: AppBar(title: const Text('Details Screen'))),
18
),
19
],
0 commit comments