Showing
3 changed files
with
3 additions
and
2 deletions
1 | # Include option is buggy: | 1 | # Include option is buggy: |
2 | -include: package:lints/recommended.yaml | 2 | +include: package:flutter_lints/flutter.yaml |
3 | # In case the include issue gets fixed, lines below INCLUDE_FIX | 3 | # In case the include issue gets fixed, lines below INCLUDE_FIX |
4 | # can be removed | 4 | # can be removed |
@@ -38,6 +38,7 @@ dev_dependencies: | @@ -38,6 +38,7 @@ dev_dependencies: | ||
38 | flutter_test: | 38 | flutter_test: |
39 | sdk: flutter | 39 | sdk: flutter |
40 | get_test: 4.0.1 | 40 | get_test: 4.0.1 |
41 | + flutter_lints: ^2.0.1 | ||
41 | 42 | ||
42 | # For information on the generic Dart part of this file, see the | 43 | # For information on the generic Dart part of this file, see the |
43 | # following page: https://dart.dev/tools/pub/pubspec | 44 | # following page: https://dart.dev/tools/pub/pubspec |
@@ -15,7 +15,7 @@ dependencies: | @@ -15,7 +15,7 @@ dependencies: | ||
15 | dev_dependencies: | 15 | dev_dependencies: |
16 | flutter_test: | 16 | flutter_test: |
17 | sdk: flutter | 17 | sdk: flutter |
18 | - lints: ^1.0.1 | 18 | + flutter_lints: ^2.0.1 |
19 | 19 | ||
20 | 20 | ||
21 | # For information on the generic Dart part of this file, see the | 21 | # For information on the generic Dart part of this file, see the |
-
Please register or login to post a comment