Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
cb5865d8
Unverified
Commit
cb5865d8
authored
Oct 20, 2020
by
Jonah Williams
Committed by
GitHub
Oct 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] add some versions to tool sources, cleanup build.yaml (#68624)
parent
0e1c3fc7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
8 deletions
+10
-8
tool_backend.dart
packages/flutter_tools/bin/tool_backend.dart
+2
-0
build.yaml
packages/flutter_tools/build.yaml
+0
-8
daemon_client.dart
packages/flutter_tools/tool/daemon_client.dart
+2
-0
global_count.dart
packages/flutter_tools/tool/global_count.dart
+2
-0
screenshot_decoder.dart
packages/flutter_tools/tool/screenshot_decoder.dart
+2
-0
unit_coverage.dart
packages/flutter_tools/tool/unit_coverage.dart
+2
-0
No files found.
packages/flutter_tools/bin/tool_backend.dart
View file @
cb5865d8
...
...
@@ -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.9
// Do not add package imports to this file.
import
'dart:convert'
;
// ignore: dart_convert_import.
import
'dart:io'
;
// ignore: dart_io_import.
...
...
packages/flutter_tools/build.yaml
deleted
100644 → 0
View file @
0e1c3fc7
targets
:
$default
:
builders
:
build_web_compilers|entrypoint
:
enabled
:
false
sources
:
exclude
:
-
"
test/data/**"
packages/flutter_tools/tool/daemon_client.dart
View file @
cb5865d8
...
...
@@ -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.9
import
'dart:convert'
;
import
'dart:io'
;
...
...
packages/flutter_tools/tool/global_count.dart
View file @
cb5865d8
...
...
@@ -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.9
import
'dart:io'
;
import
'package:path/path.dart'
as
path
;
...
...
packages/flutter_tools/tool/screenshot_decoder.dart
View file @
cb5865d8
...
...
@@ -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.9
import
'dart:convert'
;
import
'dart:io'
;
...
...
packages/flutter_tools/tool/unit_coverage.dart
View file @
cb5865d8
...
...
@@ -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.9
import
'dart:io'
;
/// Produces a per-library coverage summary when fed an lcov file, sorted by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment