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
cf5d9623
Unverified
Commit
cf5d9623
authored
Jan 28, 2021
by
Sam Rawlins
Committed by
GitHub
Jan 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "unnecessary" imports. (#74820)
parent
3f380ca5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
main.dart
examples/image_list/lib/main.dart
+0
-1
shader_warm_up.dart
examples/layers/raw/shader_warm_up.dart
+0
-1
sector_layout.dart
examples/layers/rendering/src/sector_layout.dart
+0
-1
solid_color_box.dart
examples/layers/rendering/src/solid_color_box.dart
+0
-1
sector_layout_test.dart
examples/layers/test/sector_layout_test.dart
+0
-1
sectors.dart
examples/layers/widgets/sectors.dart
+0
-1
No files found.
examples/image_list/lib/main.dart
View file @
cf5d9623
...
...
@@ -7,7 +7,6 @@ import 'dart:io';
import
'dart:math'
;
import
'dart:typed_data'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/services.dart'
show
rootBundle
;
import
'package:flutter/services.dart'
;
/// An example that sets up local http server for serving single
...
...
examples/layers/raw/shader_warm_up.dart
View file @
cf5d9623
...
...
@@ -7,7 +7,6 @@
import
'dart:ui'
as
ui
;
import
'package:flutter/material.dart'
;
import
'package:flutter/painting.dart'
show
DefaultShaderWarmUp
;
Future
<
void
>
beginFrame
(
Duration
timeStamp
)
async
{
// PAINT
...
...
examples/layers/rendering/src/sector_layout.dart
View file @
cf5d9623
...
...
@@ -5,7 +5,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/gestures.dart'
;
const
double
kTwoPi
=
2
*
math
.
pi
;
...
...
examples/layers/rendering/src/solid_color_box.dart
View file @
cf5d9623
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter/rendering.dart'
;
import
'package:flutter/gestures.dart'
;
class
RenderSolidColorBox
extends
RenderDecoratedBox
{
RenderSolidColorBox
(
this
.
backgroundColor
,
{
this
.
desiredSize
=
Size
.
infinite
})
...
...
examples/layers/test/sector_layout_test.dart
View file @
cf5d9623
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'../rendering/src/sector_layout.dart'
;
...
...
examples/layers/widgets/sectors.dart
View file @
cf5d9623
...
...
@@ -5,7 +5,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'../rendering/src/sector_layout.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