Skip to content

Instantly share code, notes, and snippets.

@jonahwilliams
Created October 30, 2020 00:53
Show Gist options
  • Save jonahwilliams/cca12c4ec30360f2150b0dabc28b0f5c to your computer and use it in GitHub Desktop.
Save jonahwilliams/cca12c4ec30360f2150b0dabc28b0f5c to your computer and use it in GitHub Desktop.
diff --git a/testing/scenario_app/lib/src/channel_util.dart b/testing/scenario_app/lib/src/channel_util.dart
index 24f05f2fc..5aa727218 100644
--- a/testing/scenario_app/lib/src/channel_util.dart
+++ b/testing/scenario_app/lib/src/channel_util.dart
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// @dart = 2.6
import 'dart:convert';
import 'dart:ui';
diff --git a/testing/scenario_app/lib/src/locale_initialization.dart b/testing/scenario_app/lib/src/locale_initialization.dart
index 7d9faf641..339b24c88 100644
--- a/testing/scenario_app/lib/src/locale_initialization.dart
+++ b/testing/scenario_app/lib/src/locale_initialization.dart
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// @dart = 2.6
import 'dart:typed_data';
import 'dart:ui';
diff --git a/testing/scenario_app/lib/src/send_text_focus_semantics.dart b/testing/scenario_app/lib/src/send_text_focus_semantics.dart
index 94997cf07..87f9b1701 100644
--- a/testing/scenario_app/lib/src/send_text_focus_semantics.dart
+++ b/testing/scenario_app/lib/src/send_text_focus_semantics.dart
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// @dart = 2.6
import 'dart:typed_data';
import 'dart:ui';
diff --git a/testing/scenario_app/lib/src/touches_scenario.dart b/testing/scenario_app/lib/src/touches_scenario.dart
index 6eb35eebe..47eebc07c 100644
--- a/testing/scenario_app/lib/src/touches_scenario.dart
+++ b/testing/scenario_app/lib/src/touches_scenario.dart
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// @dart = 2.6
import 'dart:convert';
import 'dart:ui';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment