File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,15 @@ 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_adjacent_strings_in_list
27
26
- no_runtimeType_toString
28
27
- package_api_docs
29
- - prefer_const_constructors
30
28
- prefer_const_declarations
31
29
- prefer_expression_function_bodies
32
30
- prefer_final_locals
33
- - prefer_relative_imports
34
31
- require_trailing_commas
35
- - test_types_in_equals
36
32
- unnecessary_await_in_return
37
33
- use_string_buffers
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
dev_dependencies :
21
21
build_runner : ^2.0.3
22
22
build_verify : ' >=2.0.0 <4.0.0'
23
- dart_flutter_team_lints : ^1 .0.0
23
+ dart_flutter_team_lints : ^2 .0.0
24
24
json_serializable : ^6.6.0
25
25
path : ^1.5.1
26
26
# Needed because we are configuring `combining_builder`
You can’t perform that action at this time.
0 commit comments