Skip to content

Commit 2bfb1b0

Browse files
authored
Bump flutter_lints to 4.0 (flutter#148020)
Follow-up to flutter/packages#6695.
1 parent bd44399 commit 2bfb1b0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/flutter_tools/templates/app/pubspec.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
flutter_lints: ^3.0.0
17+
flutter_lints: ^4.0.0
1818

1919
flutter:
2020
uses-material-design: true
@@ -80,7 +80,7 @@ dev_dependencies:
8080
# activated in the `analysis_options.yaml` file located at the root of your
8181
# package. See that file for information about deactivating specific lint
8282
# rules and activating additional ones.
83-
flutter_lints: ^3.0.0
83+
flutter_lints: ^4.0.0
8484

8585
# For information on the generic Dart part of this file, see the
8686
# following page: https://dart.dev/tools/pub/pubspec

packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
dev_dependencies:
3232
flutter_test:
3333
sdk: flutter
34-
flutter_lints: ^3.0.0
34+
flutter_lints: ^4.0.0
3535

3636
# For information on the generic Dart part of this file, see the
3737
# following page: https://dart.dev/tools/pub/pubspec

packages/flutter_tools/templates/package/pubspec.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
flutter_lints: ^3.0.0
17+
flutter_lints: ^4.0.0
1818

1919
# For information on the generic Dart part of this file, see the
2020
# following page: https://dart.dev/tools/pub/pubspec

packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
dev_dependencies:
1616
ffi: ^2.1.0
1717
ffigen: ^11.0.0
18-
flutter_lints: ^3.0.0
18+
flutter_lints: ^4.0.0
1919
test: ^1.24.9

packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dev_dependencies:
2424
{{/withFfi}}
2525
flutter_test:
2626
sdk: flutter
27-
flutter_lints: ^3.0.0
27+
flutter_lints: ^4.0.0
2828

2929
# For information on the generic Dart part of this file, see the
3030
# following page: https://dart.dev/tools/pub/pubspec

packages/flutter_tools/templates/skeleton/pubspec.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
2121

22-
flutter_lints: ^3.0.0
22+
flutter_lints: ^4.0.0
2323

2424
flutter:
2525
uses-material-design: true

0 commit comments

Comments
 (0)