File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
packages/flutter_tools/templates Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414dev_dependencies:
1515 flutter_test:
1616 sdk: flutter
17- flutter_lints: ^3 .0.0
17+ flutter_lints: ^4 .0.0
1818
1919flutter:
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
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
3131dev_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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414dev_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
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ dependencies:
1515dev_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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2424flutter:
2525 uses-material-design: true
You can’t perform that action at this time.
0 commit comments