File tree 6 files changed +7
-7
lines changed
packages/flutter_tools/templates
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
dev_dependencies:
15
15
flutter_test:
16
16
sdk: flutter
17
- flutter_lints: ^3 .0.0
17
+ flutter_lints: ^4 .0.0
18
18
19
19
flutter:
20
20
uses-material-design: true
@@ -80,7 +80,7 @@ dev_dependencies:
80
80
# activated in the `analysis_options.yaml` file located at the root of your
81
81
# package. See that file for information about deactivating specific lint
82
82
# rules and activating additional ones.
83
- flutter_lints: ^3 .0.0
83
+ flutter_lints: ^4 .0.0
84
84
85
85
# For information on the generic Dart part of this file, see the
86
86
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
dev_dependencies:
32
32
flutter_test:
33
33
sdk: flutter
34
- flutter_lints: ^3 .0.0
34
+ flutter_lints: ^4 .0.0
35
35
36
36
# For information on the generic Dart part of this file, see the
37
37
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
dev_dependencies:
15
15
flutter_test:
16
16
sdk: flutter
17
- flutter_lints: ^3 .0.0
17
+ flutter_lints: ^4 .0.0
18
18
19
19
# For information on the generic Dart part of this file, see the
20
20
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ dependencies:
15
15
dev_dependencies:
16
16
ffi: ^2.1.0
17
17
ffigen: ^11.0.0
18
- flutter_lints: ^3 .0.0
18
+ flutter_lints: ^4 .0.0
19
19
test: ^1.24.9
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dev_dependencies:
24
24
{{/withFfi}}
25
25
flutter_test:
26
26
sdk: flutter
27
- flutter_lints: ^3 .0.0
27
+ flutter_lints: ^4 .0.0
28
28
29
29
# For information on the generic Dart part of this file, see the
30
30
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dev_dependencies:
19
19
flutter_test:
20
20
sdk: flutter
21
21
22
- flutter_lints: ^3 .0.0
22
+ flutter_lints: ^4 .0.0
23
23
24
24
flutter:
25
25
uses-material-design: true
You can’t perform that action at this time.
0 commit comments