Commit 0136b965 authored by mikejurka's avatar mikejurka Committed by GitHub

Add http to Fuchsia flutter dependencies (#8647)

parent eb143852
...@@ -12,6 +12,7 @@ dart_package("flutter") { ...@@ -12,6 +12,7 @@ dart_package("flutter") {
deps = [ deps = [
"//third_party/dart-pkg/pub/async", "//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection", "//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/http",
"//third_party/dart-pkg/pub/http_parser", "//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/intl", "//third_party/dart-pkg/pub/intl",
"//third_party/dart-pkg/pub/meta", "//third_party/dart-pkg/pub/meta",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment