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
27f6ccf4
Unverified
Commit
27f6ccf4
authored
Jan 12, 2021
by
Sam Rawlins
Committed by
GitHub
Jan 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "unnecessary" imports from flutter/src/gestures (#73389)
parent
201e5e4e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
7 deletions
+0
-7
force_press.dart
packages/flutter/lib/src/gestures/force_press.dart
+0
-2
multidrag.dart
packages/flutter/lib/src/gestures/multidrag.dart
+0
-1
multitap.dart
packages/flutter/lib/src/gestures/multitap.dart
+0
-1
recognizer.dart
packages/flutter/lib/src/gestures/recognizer.dart
+0
-1
velocity_tracker.dart
packages/flutter/lib/src/gestures/velocity_tracker.dart
+0
-2
No files found.
packages/flutter/lib/src/gestures/force_press.dart
View file @
27f6ccf4
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
// 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'
show
Offset
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'arena.dart'
;
import
'arena.dart'
;
...
...
packages/flutter/lib/src/gestures/multidrag.dart
View file @
27f6ccf4
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
show
Offset
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
...
...
packages/flutter/lib/src/gestures/multitap.dart
View file @
27f6ccf4
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
show
Offset
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'arena.dart'
;
import
'arena.dart'
;
...
...
packages/flutter/lib/src/gestures/recognizer.dart
View file @
27f6ccf4
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:collection'
;
import
'dart:collection'
;
import
'dart:ui'
show
Offset
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
...
...
packages/flutter/lib/src/gestures/velocity_tracker.dart
View file @
27f6ccf4
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'dart:ui'
show
Offset
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'events.dart'
;
import
'events.dart'
;
...
...
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