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
8a821ff0
Unverified
Commit
8a821ff0
authored
Apr 08, 2021
by
Tong Mu
Committed by
GitHub
Apr 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Remove "unnecessary" imports. (#79610)" (#80070)
This reverts commit
98a96189
.
parent
98a96189
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
common.dart
dev/tools/test/common.dart
+1
-0
image_painting_event_test.dart
dev/tracing_tests/test/image_painting_event_test.dart
+1
-0
text_editing_action.dart
packages/flutter/lib/src/widgets/text_editing_action.dart
+1
-0
elevated_button_theme_test.dart
...ges/flutter/test/material/elevated_button_theme_test.dart
+1
-0
outlined_button_theme_test.dart
...ges/flutter/test/material/outlined_button_theme_test.dart
+1
-0
text_button_theme_test.dart
packages/flutter/test/material/text_button_theme_test.dart
+1
-0
No files found.
dev/tools/test/common.dart
View file @
8a821ff0
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file.
import
'dart:io'
;
import
'package:args/args.dart'
;
import
'package:args/args.dart'
;
import
'package:dev_tools/stdio.dart'
;
import
'package:dev_tools/stdio.dart'
;
...
...
dev/tracing_tests/test/image_painting_event_test.dart
View file @
8a821ff0
...
@@ -7,6 +7,7 @@ import 'dart:convert' show jsonEncode;
...
@@ -7,6 +7,7 @@ import 'dart:convert' show jsonEncode;
import
'dart:developer'
as
developer
;
import
'dart:developer'
as
developer
;
import
'dart:ui'
as
ui
;
import
'dart:ui'
as
ui
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:vm_service/vm_service.dart'
;
import
'package:vm_service/vm_service.dart'
;
...
...
packages/flutter/lib/src/widgets/text_editing_action.dart
View file @
8a821ff0
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
show
RenderEditable
;
import
'package:flutter/rendering.dart'
show
RenderEditable
;
import
'actions.dart'
;
import
'actions.dart'
;
...
...
packages/flutter/test/material/elevated_button_theme_test.dart
View file @
8a821ff0
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
packages/flutter/test/material/outlined_button_theme_test.dart
View file @
8a821ff0
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
packages/flutter/test/material/text_button_theme_test.dart
View file @
8a821ff0
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
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