File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ dependencies:
14
14
sdk : flutter
15
15
mix :
16
16
path : ../../packages/mix
17
- custom_lint : ^0.6.4
18
17
google_fonts : ^6.0.0
19
18
20
19
cupertino_icons : ^1.0.6
21
20
22
21
dev_dependencies :
22
+ custom_lint : ^0.6.5
23
23
flutter_test :
24
24
sdk : flutter
25
25
mix_lint :
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ class ExtractAttributes extends DartAssist {
16
16
AstNode ? ancestorNode;
17
17
18
18
ancestorNode = node.thisOrAncestorMatching <Block >((node) {
19
- print ('node ${node .runtimeType }' );
20
-
21
19
return node is Block ;
22
20
});
23
21
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ environment:
7
7
sdk : " >=3.3.0 <4.0.0"
8
8
9
9
dependencies :
10
- analyzer : ^6.0 .0
10
+ analyzer : ^6.6 .0
11
11
analyzer_plugin : ^0.11.2
12
- custom_lint_builder : ^0.6.0
12
+ custom_lint_builder : ^0.6.5
13
13
14
14
dev_dependencies :
15
15
test : ^1.24.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ dependencies:
18
18
dev_dependencies :
19
19
flutter_test :
20
20
sdk : flutter
21
- custom_lint : ^0.6.4
22
- analyzer : ^6.0 .0
21
+ custom_lint : ^0.6.5
22
+ analyzer : ^6.6 .0
23
23
analyzer_plugin : ^0.11.2
24
24
test : ^1.24.9
25
25
You can’t perform that action at this time.
0 commit comments