From 2d59ae4ad102ffc6b616a6e93a776fa680132310 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 12 Apr 2024 19:01:37 +0000 Subject: [PATCH] Fix the Dart language version for Fuchsia's build of the args package This is required for the next Dart roll (see https://github.com/flutter/engine/pull/52077) --- shell/platform/fuchsia/dart/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/dart/BUILD.gn b/shell/platform/fuchsia/dart/BUILD.gn index 566232209e5f8..c6c5244f9f2b2 100644 --- a/shell/platform/fuchsia/dart/BUILD.gn +++ b/shell/platform/fuchsia/dart/BUILD.gn @@ -124,7 +124,7 @@ dart_library("args") { package_root = "$dart_src/third_party/pkg/args" package_name = "args" - pubspec = "$package_root/pubspec.yaml" + language_version = "2.17" deps = []