We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d346dd commit 158ed8aCopy full SHA for 158ed8a
packages/flutter_tools/BUILD.gn
@@ -11,6 +11,7 @@ dart_package("flutter_tools") {
11
12
deps = [
13
"//dart/pkg/analyzer",
14
+ "//dart/third_party/pkg/linter",
15
"//third_party/dart-pkg/pub/archive",
16
"//third_party/dart-pkg/pub/args",
17
"//third_party/dart-pkg/pub/coverage",
@@ -20,7 +21,6 @@ dart_package("flutter_tools") {
20
21
# because it uses mirrors which Fuchsia's Dart VM doesn't support.
22
"//third_party/dart-pkg/pub/json_rpc_2",
23
"//third_party/dart-pkg/pub/json_schema",
- "//third_party/dart-pkg/pub/linter",
24
"//third_party/dart-pkg/pub/meta",
25
"//third_party/dart-pkg/pub/mustache",
26
"//third_party/dart-pkg/pub/package_config",
0 commit comments