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
68492c5b
Unverified
Commit
68492c5b
authored
Apr 06, 2021
by
Sam Rawlins
Committed by
GitHub
Apr 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "unnecessary" imports. (#78664)
parent
3e432084
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
1 addition
and
28 deletions
+1
-28
adb_log_reader_test.dart
...tools/test/general.shard/android/adb_log_reader_test.dart
+0
-1
android_device_discovery_test.dart
.../general.shard/android/android_device_discovery_test.dart
+0
-1
android_device_port_forwarder_test.dart
...ral.shard/android/android_device_port_forwarder_test.dart
+0
-1
android_device_start_test.dart
...test/general.shard/android/android_device_start_test.dart
+0
-1
android_install_test.dart
...ools/test/general.shard/android/android_install_test.dart
+0
-1
gradle_test.dart
...flutter_tools/test/general.shard/android/gradle_test.dart
+0
-2
build_test.dart
...ges/flutter_tools/test/general.shard/base/build_test.dart
+0
-1
logger_test.dart
...es/flutter_tools/test/general.shard/base/logger_test.dart
+0
-1
web_test.dart
...ols/test/general.shard/build_system/targets/web_test.dart
+1
-2
pub_get_test.dart
...s/flutter_tools/test/general.shard/dart/pub_get_test.dart
+0
-2
emulator_test.dart
packages/flutter_tools/test/general.shard/emulator_test.dart
+0
-1
fuchsia_ffx_test.dart
...er_tools/test/general.shard/fuchsia/fuchsia_ffx_test.dart
+0
-1
ios_deploy_test.dart
...flutter_tools/test/general.shard/ios/ios_deploy_test.dart
+0
-1
ios_device_install_test.dart
...tools/test/general.shard/ios/ios_device_install_test.dart
+0
-1
ios_device_start_prebuilt_test.dart
...est/general.shard/ios/ios_device_start_prebuilt_test.dart
+0
-1
plugins_test.dart
packages/flutter_tools/test/general.shard/plugins_test.dart
+0
-1
project_test.dart
packages/flutter_tools/test/general.shard/project_test.dart
+0
-1
resident_runner_test.dart
...lutter_tools/test/general.shard/resident_runner_test.dart
+0
-2
resident_web_runner_cold_test.dart
...ols/test/general.shard/resident_web_runner_cold_test.dart
+0
-1
resident_web_runner_test.dart
...er_tools/test/general.shard/resident_web_runner_test.dart
+0
-2
local_engine_test.dart
...er_tools/test/general.shard/runner/local_engine_test.dart
+0
-1
devices_test.dart
...es/flutter_tools/test/general.shard/web/devices_test.dart
+0
-1
web_expression_compiler_test.dart
.../test/general.shard/web/web_expression_compiler_test.dart
+0
-1
No files found.
packages/flutter_tools/test/general.shard/android/adb_log_reader_test.dart
View file @
68492c5b
...
...
@@ -10,7 +10,6 @@ import 'package:flutter_tools/src/android/android_device.dart';
import
'package:test/fake.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
const
int
kLollipopVersionCode
=
21
;
...
...
packages/flutter_tools/test/general.shard/android/android_device_discovery_test.dart
View file @
68492c5b
...
...
@@ -16,7 +16,6 @@ import 'package:test/fake.dart';
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/fakes.dart'
;
void
main
(
)
{
...
...
packages/flutter_tools/test/general.shard/android/android_device_port_forwarder_test.dart
View file @
68492c5b
...
...
@@ -10,7 +10,6 @@ import 'package:flutter_tools/src/base/logger.dart';
import
'package:flutter_tools/src/device_port_forwarder.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
void
main
(
)
{
...
...
packages/flutter_tools/test/general.shard/android/android_device_start_test.dart
View file @
68492c5b
...
...
@@ -16,7 +16,6 @@ import 'package:flutter_tools/src/device.dart';
import
'package:test/fake.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
const
FakeCommand
kAdbVersionCommand
=
FakeCommand
(
...
...
packages/flutter_tools/test/general.shard/android/android_install_test.dart
View file @
68492c5b
...
...
@@ -14,7 +14,6 @@ import 'package:flutter_tools/src/base/platform.dart';
import
'package:test/fake.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
const
FakeCommand
kAdbVersionCommand
=
FakeCommand
(
...
...
packages/flutter_tools/test/general.shard/android/gradle_test.dart
View file @
68492c5b
...
...
@@ -11,7 +11,6 @@ import 'package:flutter_tools/src/android/gradle_errors.dart';
import
'package:flutter_tools/src/android/gradle_utils.dart'
;
import
'package:flutter_tools/src/artifacts.dart'
;
import
'package:flutter_tools/src/base/common.dart'
;
import
'package:flutter_tools/src/base/context.dart'
;
import
'package:flutter_tools/src/base/file_system.dart'
;
import
'package:flutter_tools/src/base/logger.dart'
;
import
'package:flutter_tools/src/base/platform.dart'
;
...
...
@@ -21,7 +20,6 @@ import 'package:flutter_tools/src/globals_null_migrated.dart' as globals;
import
'package:flutter_tools/src/project.dart'
;
import
'package:flutter_tools/src/reporting/reporting.dart'
;
import
'package:mockito/mockito.dart'
;
import
'package:process/process.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
...
...
packages/flutter_tools/test/general.shard/base/build_test.dart
View file @
68492c5b
...
...
@@ -12,7 +12,6 @@ import 'package:flutter_tools/src/build_info.dart';
import
'package:flutter_tools/src/macos/xcode.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
const
FakeCommand
kWhichSysctlCommand
=
FakeCommand
(
...
...
packages/flutter_tools/test/general.shard/base/logger_test.dart
View file @
68492c5b
...
...
@@ -12,7 +12,6 @@ import 'package:flutter_tools/src/base/logger.dart';
import
'package:flutter_tools/src/base/platform.dart'
;
import
'package:flutter_tools/src/base/terminal.dart'
;
import
'package:flutter_tools/src/commands/daemon.dart'
;
import
'package:matcher/matcher.dart'
;
import
'package:fake_async/fake_async.dart'
;
import
'package:meta/meta.dart'
;
import
'package:test/fake.dart'
;
...
...
packages/flutter_tools/test/general.shard/build_system/targets/web_test.dart
View file @
68492c5b
...
...
@@ -13,8 +13,7 @@ import 'package:flutter_tools/src/build_system/build_system.dart';
import
'package:flutter_tools/src/build_system/depfile.dart'
;
import
'package:flutter_tools/src/build_system/targets/common.dart'
;
import
'package:flutter_tools/src/build_system/targets/web.dart'
;
import
'package:flutter_tools/src/globals_null_migrated.dart'
as
globals
;
import
'package:process/process.dart'
;
import
'package:flutter_tools/src/globals.dart'
as
globals
;
import
'../../../src/common.dart'
;
import
'../../../src/context.dart'
;
...
...
packages/flutter_tools/test/general.shard/dart/pub_get_test.dart
View file @
68492c5b
...
...
@@ -15,11 +15,9 @@ import 'package:flutter_tools/src/base/platform.dart';
import
'package:flutter_tools/src/cache.dart'
;
import
'package:flutter_tools/src/dart/pub.dart'
;
import
'package:flutter_tools/src/reporting/reporting.dart'
;
import
'package:process/process.dart'
;
import
'package:fake_async/fake_async.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/mocks.dart'
as
mocks
;
...
...
packages/flutter_tools/test/general.shard/emulator_test.dart
View file @
68492c5b
...
...
@@ -18,7 +18,6 @@ import '../src/common.dart';
import
'../src/context.dart'
;
import
'../src/fakes.dart'
;
import
'../src/mocks.dart'
;
import
'../src/testbed.dart'
;
const
FakeEmulator
emulator1
=
FakeEmulator
(
'Nexus_5'
,
'Nexus 5'
,
'Google'
);
const
FakeEmulator
emulator2
=
FakeEmulator
(
'Nexus_5X_API_27_x86'
,
'Nexus 5X'
,
'Google'
);
...
...
packages/flutter_tools/test/general.shard/fuchsia/fuchsia_ffx_test.dart
View file @
68492c5b
...
...
@@ -10,7 +10,6 @@ import 'package:flutter_tools/src/base/file_system.dart';
import
'package:flutter_tools/src/base/logger.dart'
;
import
'package:flutter_tools/src/fuchsia/fuchsia_ffx.dart'
;
import
'package:flutter_tools/src/fuchsia/fuchsia_sdk.dart'
;
import
'package:process/process.dart'
;
import
'package:test/fake.dart'
;
import
'../../src/common.dart'
;
...
...
packages/flutter_tools/test/general.shard/ios/ios_deploy_test.dart
View file @
68492c5b
...
...
@@ -19,7 +19,6 @@ import 'package:flutter_tools/src/ios/devices.dart';
import
'package:flutter_tools/src/ios/ios_deploy.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/fakes.dart'
;
...
...
packages/flutter_tools/test/general.shard/ios/ios_device_install_test.dart
View file @
68492c5b
...
...
@@ -20,7 +20,6 @@ import 'package:flutter_tools/src/ios/mac.dart';
import
'package:meta/meta.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/fakes.dart'
;
...
...
packages/flutter_tools/test/general.shard/ios/ios_device_start_prebuilt_test.dart
View file @
68492c5b
...
...
@@ -23,7 +23,6 @@ import 'package:flutter_tools/src/ios/mac.dart';
import
'package:mockito/mockito.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/fakes.dart'
;
...
...
packages/flutter_tools/test/general.shard/plugins_test.dart
View file @
68492c5b
...
...
@@ -27,7 +27,6 @@ import '../src/common.dart';
import
'../src/context.dart'
hide
FakeOperatingSystemUtils
;
import
'../src/fakes.dart'
;
import
'../src/pubspec_schema.dart'
;
import
'../src/testbed.dart'
;
void
main
(
)
{
group
(
'plugins'
,
()
{
...
...
packages/flutter_tools/test/general.shard/project_test.dart
View file @
68492c5b
...
...
@@ -24,7 +24,6 @@ import 'package:mockito/mockito.dart';
import
'../src/common.dart'
;
import
'../src/context.dart'
;
import
'../src/fakes.dart'
;
import
'../src/testbed.dart'
;
void
main
(
)
{
// TODO(jonahwilliams): remove once FlutterProject is fully refactored.
...
...
packages/flutter_tools/test/general.shard/resident_runner_test.dart
View file @
68492c5b
...
...
@@ -23,7 +23,6 @@ import 'package:file_testing/file_testing.dart';
import
'package:flutter_tools/src/artifacts.dart'
;
import
'package:flutter_tools/src/base/command_help.dart'
;
import
'package:flutter_tools/src/base/common.dart'
;
import
'package:flutter_tools/src/base/context.dart'
;
import
'package:flutter_tools/src/base/file_system.dart'
;
import
'package:flutter_tools/src/base/io.dart'
as
io
;
import
'package:flutter_tools/src/build_info.dart'
;
...
...
@@ -41,7 +40,6 @@ import 'package:mockito/mockito.dart';
import
'../src/common.dart'
;
import
'../src/context.dart'
;
import
'../src/fake_process_manager.dart'
;
import
'../src/fakes.dart'
;
import
'../src/testbed.dart'
;
...
...
packages/flutter_tools/test/general.shard/resident_web_runner_cold_test.dart
View file @
68492c5b
...
...
@@ -26,7 +26,6 @@ import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';
import
'../src/common.dart'
;
import
'../src/context.dart'
;
import
'../src/fakes.dart'
;
import
'../src/testbed.dart'
;
void
main
(
)
{
ResidentWebRunner
residentWebRunner
;
...
...
packages/flutter_tools/test/general.shard/resident_web_runner_test.dart
View file @
68492c5b
...
...
@@ -34,9 +34,7 @@ import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';
import
'../src/common.dart'
;
import
'../src/context.dart'
;
import
'../src/fake_process_manager.dart'
;
import
'../src/fakes.dart'
;
import
'../src/testbed.dart'
;
const
List
<
VmServiceExpectation
>
kAttachLogExpectations
=
<
VmServiceExpectation
>[
FakeVmServiceRequest
(
...
...
packages/flutter_tools/test/general.shard/runner/local_engine_test.dart
View file @
68492c5b
...
...
@@ -11,7 +11,6 @@ import 'package:flutter_tools/src/base/logger.dart';
import
'package:flutter_tools/src/base/platform.dart'
;
import
'package:flutter_tools/src/base/user_messages.dart'
;
import
'package:flutter_tools/src/runner/local_engine.dart'
;
import
'package:matcher/matcher.dart'
;
import
'../../src/common.dart'
;
...
...
packages/flutter_tools/test/general.shard/web/devices_test.dart
View file @
68492c5b
...
...
@@ -13,7 +13,6 @@ import 'package:flutter_tools/src/web/chrome.dart';
import
'package:flutter_tools/src/web/web_device.dart'
;
import
'../../src/common.dart'
;
import
'../../src/context.dart'
;
import
'../../src/fake_process_manager.dart'
;
import
'../../src/fakes.dart'
;
...
...
packages/flutter_tools/test/general.shard/web/web_expression_compiler_test.dart
View file @
68492c5b
...
...
@@ -7,7 +7,6 @@
import
'package:dwds/dwds.dart'
;
import
'package:flutter_tools/src/compile.dart'
;
import
'package:flutter_tools/src/isolated/devfs_web.dart'
;
import
'package:matcher/matcher.dart'
;
import
'package:mockito/mockito.dart'
;
import
'package:flutter_tools/src/globals_null_migrated.dart'
as
globals
;
...
...
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