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
31732bc6
Unverified
Commit
31732bc6
authored
4 years ago
by
Sam Rawlins
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emove "unnecessary" imports in test/animation (#74901)
parent
1ceffd28
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
13 deletions
+0
-13
animation_controller_test.dart
...ges/flutter/test/animation/animation_controller_test.dart
+0
-1
animation_sheet_test.dart
packages/flutter/test/animation/animation_sheet_test.dart
+0
-4
animations_test.dart
packages/flutter/test/animation/animations_test.dart
+0
-2
curves_test.dart
packages/flutter/test/animation/curves_test.dart
+0
-1
futures_test.dart
packages/flutter/test/animation/futures_test.dart
+0
-1
iteration_patterns_test.dart
packages/flutter/test/animation/iteration_patterns_test.dart
+0
-1
listener_helpers_test.dart
packages/flutter/test/animation/listener_helpers_test.dart
+0
-1
tween_test.dart
packages/flutter/test/animation/tween_test.dart
+0
-2
No files found.
packages/flutter/test/animation/animation_controller_test.dart
View file @
31732bc6
...
@@ -8,7 +8,6 @@ import 'package:flutter/foundation.dart';
...
@@ -8,7 +8,6 @@ import 'package:flutter/foundation.dart';
import
'package:flutter/physics.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/semantics.dart'
;
import
'package:flutter/semantics.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/animation_sheet_test.dart
View file @
31732bc6
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +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:ui'
;
import
'package:flutter/cupertino.dart'
;
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
(
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/animations_test.dart
View file @
31732bc6
...
@@ -4,9 +4,7 @@
...
@@ -4,9 +4,7 @@
import
'dart:ui'
as
ui
;
import
'dart:ui'
as
ui
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'../scheduler/scheduler_tester.dart'
;
import
'../scheduler/scheduler_tester.dart'
;
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/curves_test.dart
View file @
31732bc6
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/futures_test.dart
View file @
31732bc6
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/iteration_patterns_test.dart
View file @
31732bc6
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/listener_helpers_test.dart
View file @
31732bc6
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
{
void
main
(
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter/test/animation/tween_test.dart
View file @
31732bc6
...
@@ -3,9 +3,7 @@
...
@@ -3,9 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
const
String
kApiDocsLink
=
'See "Types with special considerations" at https://api.flutter.dev/flutter/animation/Tween-class.html for more information.'
;
const
String
kApiDocsLink
=
'See "Types with special considerations" at https://api.flutter.dev/flutter/animation/Tween-class.html for more information.'
;
...
...
This diff is collapsed.
Click to expand it.
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