From 63a6fe3cf9ef424c4d13fa9e2e7d555da0d62c09 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 13 Nov 2020 12:02:07 -0800 Subject: [PATCH] Opt in fixutres (#22502) --- shell/common/fixtures/shell_test.dart | 2 ++ shell/platform/embedder/fixtures/main.dart | 2 ++ 2 files changed, 4 insertions(+) diff --git a/shell/common/fixtures/shell_test.dart b/shell/common/fixtures/shell_test.dart index 1e87d134c75..408e53bf7a7 100644 --- a/shell/common/fixtures/shell_test.dart +++ b/shell/common/fixtures/shell_test.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart=2.10 + import 'dart:convert' show utf8, json; import 'dart:isolate'; import 'dart:typed_data'; diff --git a/shell/platform/embedder/fixtures/main.dart b/shell/platform/embedder/fixtures/main.dart index 36fc996ee2f..81fc2e0c35b 100644 --- a/shell/platform/embedder/fixtures/main.dart +++ b/shell/platform/embedder/fixtures/main.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart=2.10 + import 'dart:async'; import 'dart:typed_data'; import 'dart:ui';