We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e8b56 commit cbc4b02Copy full SHA for cbc4b02
1 file changed
tool/pubspec.yaml
@@ -21,6 +21,13 @@ dependencies:
21
meta: ^1.18.0
22
path: ^1.9.0
23
yaml: ^3.1.2
24
-
+
25
dev_dependencies:
26
+ # Update to published version tracked in https://github.com/flutter/devtools/issues/9771
27
+ dart_skills_lint:
28
+ git:
29
+ url: https://github.com/flutter/skills
30
+ path: tool/dart_skills_lint
31
+ ref: 9eff6bbcfa27c2724ea9ad67a611c19fe77057ea
32
+ logging: ^1.1.1
33
test: ^1.25.8
0 commit comments