Skip to content

Commit cb5865d

Browse files
author
Jonah Williams
authored
[flutter_tools] add some versions to tool sources, cleanup build.yaml (flutter#68624)
1 parent 0e1c3fc commit cb5865d

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

packages/flutter_tools/bin/tool_backend.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
// Do not add package imports to this file.
68
import 'dart:convert'; // ignore: dart_convert_import.
79
import 'dart:io'; // ignore: dart_io_import.

packages/flutter_tools/build.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/flutter_tools/tool/daemon_client.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:convert';
68
import 'dart:io';
79

packages/flutter_tools/tool/global_count.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 'package:path/path.dart' as path;
79

packages/flutter_tools/tool/screenshot_decoder.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:convert';
68
import 'dart:io';
79

packages/flutter_tools/tool/unit_coverage.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
/// Produces a per-library coverage summary when fed an lcov file, sorted by

0 commit comments

Comments
 (0)