Skip to content

Commit 0e0d597

Browse files
fix: move flutter and test to dependencies
fixes an issue with custom_lint when running dart aot runtime in pana's context during pub analysis
1 parent e57ddac commit 0e0d597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies:
1717
glob: ^2.1.3
1818
path: ^1.9.1
1919
yaml: ^3.1.3
20-
21-
dev_dependencies:
22-
args: ^2.6.0
2320
# These packages are mandatory for some of tests
2421
flutter:
2522
sdk: flutter
2623
test: ^1.25.14
24+
25+
dev_dependencies:
26+
args: ^2.6.0

0 commit comments

Comments
 (0)