Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8a5b423

Browse files
authored
[fuchsia] opt-out null-safety in standalone scripts (#22009)
1 parent 94c59a0 commit 8a5b423

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

shell/platform/fuchsia/dart/compiler.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.9
6+
57
import 'dart:async';
68
import 'dart:io';
79

shell/platform/fuchsia/flutter/collect_traces.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.9
6+
57
import 'dart:io';
68
import 'dart:convert';
79

shell/platform/fuchsia/flutter/kernel/extract_far.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.9
6+
57
import "dart:io";
68

79
import "package:args/args.dart";

shell/platform/fuchsia/runtime/dart/profiler_symbols/dart_profiler_symbols.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.9
6+
57
// On Fuchsia, in lieu of the ELF dynamic symbol table consumed through dladdr,
68
// the Dart VM profiler consumes symbols produced by this tool, which have the
79
// format

0 commit comments

Comments
 (0)