File tree Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ environment:
5
5
sdk : ^3.0.0
6
6
7
7
dev_dependencies :
8
- dart_flutter_team_lints : ^1 .0.0
8
+ dart_flutter_team_lints : ^2 .0.0
Original file line number Diff line number Diff line change @@ -19,22 +19,17 @@ linter:
19
19
- avoid_void_async
20
20
- cancel_subscriptions
21
21
- cascade_invocations
22
- - comment_references
23
22
- join_return_with_assignment
24
23
- literal_only_boolean_expressions
25
24
- missing_whitespace_between_adjacent_strings
26
25
- no_runtimeType_toString
27
26
- package_api_docs
28
- - prefer_const_constructors
29
27
- prefer_const_declarations
30
28
- prefer_expression_function_bodies
31
29
- prefer_final_locals
32
- - prefer_relative_imports
33
30
- require_trailing_commas
34
31
- sort_child_properties_last
35
- - test_types_in_equals
36
32
- unnecessary_await_in_return
37
33
- unsafe_html
38
34
- use_full_hex_values_for_flutter_colors
39
35
- use_string_buffers
40
- - use_super_parameters
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
source_gen : any
11
11
12
12
dev_dependencies :
13
- dart_flutter_team_lints : ^1 .0.0
13
+ dart_flutter_team_lints : ^2 .0.0
14
14
15
15
dependency_overrides :
16
16
source_gen :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
dev_dependencies :
12
12
build_runner : ^2.0.0
13
13
build_verify : ^3.0.0
14
- dart_flutter_team_lints : ^1 .0.0
14
+ dart_flutter_team_lints : ^2 .0.0
15
15
test : ^1.5.1
16
16
17
17
dependency_overrides :
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ dev_dependencies:
21
21
_test_annotations :
22
22
path : ../_test_annotations
23
23
build_test : ^2.0.0
24
- dart_flutter_team_lints : ^1 .0.0
24
+ dart_flutter_team_lints : ^2 .0.0
25
25
term_glyph : ^1.2.0
26
26
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments