File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ final router = GoRouter(
8
8
routes: [
9
9
GoRoute (
10
10
path: '/' ,
11
- builder: (_, __ ) =>
11
+ builder: (_, _ ) =>
12
12
Scaffold (appBar: AppBar (title: const Text ('Home Screen' ))),
13
13
routes: [
14
14
GoRoute (
15
15
path: 'details' ,
16
- builder: (_, __ ) =>
16
+ builder: (_, _ ) =>
17
17
Scaffold (appBar: AppBar (title: const Text ('Details Screen' ))),
18
18
),
19
19
],
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dev_dependencies:
45
45
# activated in the `analysis_options.yaml` file located at the root of your
46
46
# package. See that file for information about deactivating specific lint
47
47
# rules and activating additional ones.
48
- flutter_lints : ^5 .0.0
48
+ flutter_lints : ^6 .0.0
49
49
50
50
# For information on the generic Dart part of this file, see the
51
51
# following page: https://dart.dev/tools/pub/pubspec
You can’t perform that action at this time.
0 commit comments