Skip to content

Commit 0e56e3d

Browse files
Fix the Dart language version for Fuchsia's build of the args package (flutter#52083)
This is required for the next Dart roll (see flutter/engine#52077)
1 parent 76a270f commit 0e56e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/platform/fuchsia/dart/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ dart_library("args") {
124124
package_root = "$dart_src/third_party/pkg/args"
125125
package_name = "args"
126126

127-
pubspec = "$package_root/pubspec.yaml"
127+
language_version = "2.17"
128128

129129
deps = []
130130

0 commit comments

Comments
 (0)