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
9fe53b0d
Unverified
Commit
9fe53b0d
authored
May 03, 2018
by
Konstantin Scheglov
Committed by
GitHub
May 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export @required from src/widgets/framework.dart (#17208)
parent
65079ad5
Changes
111
Hide whitespace changes
Inline
Side-by-side
Showing
111 changed files
with
10 additions
and
124 deletions
+10
-124
home.dart
examples/flutter_gallery/lib/demo/animation/home.dart
+0
-1
widgets.dart
examples/flutter_gallery/lib/demo/animation/widgets.dart
+0
-1
colors_demo.dart
examples/flutter_gallery/lib/demo/colors_demo.dart
+0
-1
bottom_app_bar_demo.dart
...lutter_gallery/lib/demo/material/bottom_app_bar_demo.dart
+0
-1
full_screen_dialog_demo.dart
...er_gallery/lib/demo/material/full_screen_dialog_demo.dart
+0
-1
grid_list_demo.dart
...les/flutter_gallery/lib/demo/material/grid_list_demo.dart
+0
-1
shrine_order.dart
examples/flutter_gallery/lib/demo/shrine/shrine_order.dart
+0
-1
shrine_page.dart
examples/flutter_gallery/lib/demo/shrine/shrine_page.dart
+0
-1
shrine_theme.dart
examples/flutter_gallery/lib/demo/shrine/shrine_theme.dart
+0
-1
typography_demo.dart
examples/flutter_gallery/lib/demo/typography_demo.dart
+0
-1
backdrop.dart
examples/flutter_gallery/lib/gallery/backdrop.dart
+0
-1
demos.dart
examples/flutter_gallery/lib/gallery/demos.dart
+0
-1
options.dart
examples/flutter_gallery/lib/gallery/options.dart
+0
-1
updater.dart
examples/flutter_gallery/lib/gallery/updater.dart
+0
-1
bottom_tab_bar.dart
packages/flutter/lib/src/cupertino/bottom_tab_bar.dart
+0
-1
dialog.dart
packages/flutter/lib/src/cupertino/dialog.dart
+0
-1
page_scaffold.dart
packages/flutter/lib/src/cupertino/page_scaffold.dart
+0
-1
refresh.dart
packages/flutter/lib/src/cupertino/refresh.dart
+0
-1
route.dart
packages/flutter/lib/src/cupertino/route.dart
+0
-1
scrollbar.dart
packages/flutter/lib/src/cupertino/scrollbar.dart
+0
-1
slider.dart
packages/flutter/lib/src/cupertino/slider.dart
+0
-1
tab_scaffold.dart
packages/flutter/lib/src/cupertino/tab_scaffold.dart
+0
-1
tab_view.dart
packages/flutter/lib/src/cupertino/tab_view.dart
+1
-2
animated_icons.dart
packages/flutter/lib/src/material/animated_icons.dart
+0
-1
app.dart
packages/flutter/lib/src/material/app.dart
+0
-1
bottom_navigation_bar.dart
packages/flutter/lib/src/material/bottom_navigation_bar.dart
+0
-1
bottom_sheet.dart
packages/flutter/lib/src/material/bottom_sheet.dart
+0
-1
checkbox.dart
packages/flutter/lib/src/material/checkbox.dart
+0
-1
checkbox_list_tile.dart
packages/flutter/lib/src/material/checkbox_list_tile.dart
+0
-1
chip.dart
packages/flutter/lib/src/material/chip.dart
+0
-1
date_picker.dart
packages/flutter/lib/src/material/date_picker.dart
+0
-1
drawer_header.dart
packages/flutter/lib/src/material/drawer_header.dart
+0
-1
dropdown.dart
packages/flutter/lib/src/material/dropdown.dart
+0
-1
expand_icon.dart
packages/flutter/lib/src/material/expand_icon.dart
+0
-1
expansion_panel.dart
packages/flutter/lib/src/material/expansion_panel.dart
+0
-1
expansion_tile.dart
packages/flutter/lib/src/material/expansion_tile.dart
+0
-1
floating_action_button.dart
...ages/flutter/lib/src/material/floating_action_button.dart
+0
-1
floating_action_button_location.dart
...ter/lib/src/material/floating_action_button_location.dart
+0
-1
grid_tile.dart
packages/flutter/lib/src/material/grid_tile.dart
+0
-1
ink_decoration.dart
packages/flutter/lib/src/material/ink_decoration.dart
+0
-1
ink_highlight.dart
packages/flutter/lib/src/material/ink_highlight.dart
+0
-1
ink_ripple.dart
packages/flutter/lib/src/material/ink_ripple.dart
+0
-1
ink_splash.dart
packages/flutter/lib/src/material/ink_splash.dart
+0
-1
list_tile.dart
packages/flutter/lib/src/material/list_tile.dart
+0
-1
mergeable_material.dart
packages/flutter/lib/src/material/mergeable_material.dart
+0
-1
page.dart
packages/flutter/lib/src/material/page.dart
+0
-1
paginated_data_table.dart
packages/flutter/lib/src/material/paginated_data_table.dart
+0
-1
radio.dart
packages/flutter/lib/src/material/radio.dart
+0
-1
radio_list_tile.dart
packages/flutter/lib/src/material/radio_list_tile.dart
+0
-1
refresh_indicator.dart
packages/flutter/lib/src/material/refresh_indicator.dart
+0
-1
scrollbar.dart
packages/flutter/lib/src/material/scrollbar.dart
+0
-1
slider.dart
packages/flutter/lib/src/material/slider.dart
+0
-1
snack_bar.dart
packages/flutter/lib/src/material/snack_bar.dart
+0
-1
stepper.dart
packages/flutter/lib/src/material/stepper.dart
+0
-1
switch_list_tile.dart
packages/flutter/lib/src/material/switch_list_tile.dart
+0
-1
tab_controller.dart
packages/flutter/lib/src/material/tab_controller.dart
+0
-1
tabs.dart
packages/flutter/lib/src/material/tabs.dart
+0
-1
text_field.dart
packages/flutter/lib/src/material/text_field.dart
+0
-1
time.dart
packages/flutter/lib/src/material/time.dart
+0
-1
time_picker.dart
packages/flutter/lib/src/material/time_picker.dart
+0
-1
tooltip.dart
packages/flutter/lib/src/material/tooltip.dart
+0
-1
two_level_list.dart
packages/flutter/lib/src/material/two_level_list.dart
+0
-1
user_accounts_drawer_header.dart
...flutter/lib/src/material/user_accounts_drawer_header.dart
+0
-1
animated_cross_fade.dart
packages/flutter/lib/src/widgets/animated_cross_fade.dart
+0
-1
animated_list.dart
packages/flutter/lib/src/widgets/animated_list.dart
+0
-1
animated_size.dart
packages/flutter/lib/src/widgets/animated_size.dart
+0
-1
animated_switcher.dart
packages/flutter/lib/src/widgets/animated_switcher.dart
+0
-1
app.dart
packages/flutter/lib/src/widgets/app.dart
+0
-1
async.dart
packages/flutter/lib/src/widgets/async.dart
+0
-2
bottom_navigation_bar_item.dart
...s/flutter/lib/src/widgets/bottom_navigation_bar_item.dart
+0
-2
debug.dart
packages/flutter/lib/src/widgets/debug.dart
+0
-2
dismissible.dart
packages/flutter/lib/src/widgets/dismissible.dart
+0
-2
drag_target.dart
packages/flutter/lib/src/widgets/drag_target.dart
+0
-1
editable_text.dart
packages/flutter/lib/src/widgets/editable_text.dart
+0
-1
focus_scope.dart
packages/flutter/lib/src/widgets/focus_scope.dart
+0
-2
form.dart
packages/flutter/lib/src/widgets/form.dart
+0
-2
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+8
-0
list_wheel_scroll_view.dart
packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart
+0
-1
navigation_toolbar.dart
packages/flutter/lib/src/widgets/navigation_toolbar.dart
+0
-1
navigator.dart
packages/flutter/lib/src/widgets/navigator.dart
+0
-1
nested_scroll_view.dart
packages/flutter/lib/src/widgets/nested_scroll_view.dart
+0
-1
notification_listener.dart
packages/flutter/lib/src/widgets/notification_listener.dart
+0
-2
orientation_builder.dart
packages/flutter/lib/src/widgets/orientation_builder.dart
+0
-2
page_storage.dart
packages/flutter/lib/src/widgets/page_storage.dart
+0
-2
page_view.dart
packages/flutter/lib/src/widgets/page_view.dart
+0
-1
pages.dart
packages/flutter/lib/src/widgets/pages.dart
+0
-1
preferred_size.dart
packages/flutter/lib/src/widgets/preferred_size.dart
+0
-1
scroll_notification.dart
packages/flutter/lib/src/widgets/scroll_notification.dart
+0
-1
scroll_position_with_single_context.dart
.../lib/src/widgets/scroll_position_with_single_context.dart
+0
-1
scroll_view.dart
packages/flutter/lib/src/widgets/scroll_view.dart
+0
-1
scrollable.dart
packages/flutter/lib/src/widgets/scrollable.dart
+0
-1
single_child_scroll_view.dart
...ges/flutter/lib/src/widgets/single_child_scroll_view.dart
+0
-1
size_changed_layout_notifier.dart
...flutter/lib/src/widgets/size_changed_layout_notifier.dart
+0
-1
sliver_prototype_extent_list.dart
...flutter/lib/src/widgets/sliver_prototype_extent_list.dart
+0
-1
status_transitions.dart
packages/flutter/lib/src/widgets/status_transitions.dart
+0
-2
text_selection.dart
packages/flutter/lib/src/widgets/text_selection.dart
+0
-1
texture.dart
packages/flutter/lib/src/widgets/texture.dart
+0
-1
transitions.dart
packages/flutter/lib/src/widgets/transitions.dart
+0
-1
unique_widget.dart
packages/flutter/lib/src/widgets/unique_widget.dart
+0
-2
viewport.dart
packages/flutter/lib/src/widgets/viewport.dart
+0
-1
will_pop_scope.dart
packages/flutter/lib/src/widgets/will_pop_scope.dart
+0
-2
app_bar_test.dart
packages/flutter/test/material/app_bar_test.dart
+0
-1
bottom_navigation_bar_test.dart
...ges/flutter/test/material/bottom_navigation_bar_test.dart
+0
-1
time_picker_test.dart
packages/flutter/test/material/time_picker_test.dart
+0
-1
automatic_keep_alive_test.dart
packages/flutter/test/widgets/automatic_keep_alive_test.dart
+0
-1
custom_single_child_layout_test.dart
...flutter/test/widgets/custom_single_child_layout_test.dart
+0
-1
dismissible_test.dart
packages/flutter/test/widgets/dismissible_test.dart
+1
-2
layout_builder_mutations_test.dart
...s/flutter/test/widgets/layout_builder_mutations_test.dart
+0
-1
list_view_horizontal_test.dart
packages/flutter/test/widgets/list_view_horizontal_test.dart
+0
-1
sliver_list_test.dart
packages/flutter/test/widgets/sliver_list_test.dart
+0
-1
widget_inspector_test.dart
packages/flutter/test/widgets/widget_inspector_test.dart
+0
-1
No files found.
examples/flutter_gallery/lib/demo/animation/home.dart
View file @
9fe53b0d
...
...
@@ -7,7 +7,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
examples/flutter_gallery/lib/demo/animation/widgets.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'sections.dart'
;
...
...
examples/flutter_gallery/lib/demo/colors_demo.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
const
double
kColorItemHeight
=
48.0
;
...
...
examples/flutter_gallery/lib/demo/material/bottom_app_bar_demo.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
class
BottomAppBarDemo
extends
StatefulWidget
{
...
...
examples/flutter_gallery/lib/demo/material/full_screen_dialog_demo.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:intl/intl.dart'
;
...
...
examples/flutter_gallery/lib/demo/material/grid_list_demo.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
enum
GridDemoTileStyle
{
...
...
examples/flutter_gallery/lib/demo/shrine/shrine_order.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'../shrine_demo.dart'
show
ShrinePageRoute
;
...
...
examples/flutter_gallery/lib/demo/shrine/shrine_page.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'shrine_theme.dart'
;
...
...
examples/flutter_gallery/lib/demo/shrine/shrine_theme.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
class
ShrineStyle
extends
TextStyle
{
...
...
examples/flutter_gallery/lib/demo/typography_demo.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
class
TextStyleItem
extends
StatelessWidget
{
...
...
examples/flutter_gallery/lib/gallery/backdrop.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/material.dart'
;
...
...
examples/flutter_gallery/lib/gallery/demos.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'../demo/all.dart'
;
...
...
examples/flutter_gallery/lib/gallery/options.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'about.dart'
;
...
...
examples/flutter_gallery/lib/gallery/updater.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:url_launcher/url_launcher.dart'
;
...
...
packages/flutter/lib/src/cupertino/bottom_tab_bar.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:ui'
show
ImageFilter
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/cupertino/dialog.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'dart:ui'
show
ImageFilter
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/cupertino/page_scaffold.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/cupertino/refresh.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'dart:math'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/services.dart'
;
...
...
packages/flutter/lib/src/cupertino/route.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/cupertino/scrollbar.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
// All values eyeballed.
...
...
packages/flutter/lib/src/cupertino/slider.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:math'
as
math
;
import
'dart:ui'
show
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/cupertino/tab_scaffold.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'bottom_tab_bar.dart'
;
...
...
packages/flutter/lib/src/cupertino/tab_view.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'route.dart'
;
...
...
@@ -152,4 +151,4 @@ class CupertinoTabView extends StatelessWidget {
}());
return
result
;
}
}
\ No newline at end of file
}
packages/flutter/lib/src/material/animated_icons.dart
View file @
9fe53b0d
...
...
@@ -9,7 +9,6 @@ import 'dart:math' as math show pi;
import
'dart:ui'
as
ui
show
Paint
,
Path
,
Canvas
;
import
'dart:ui'
show
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
// This package is split into multiple parts to enable a private API that is
...
...
packages/flutter/lib/src/material/app.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter/rendering.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'arc.dart'
;
...
...
packages/flutter/lib/src/material/bottom_navigation_bar.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:collection'
show
Queue
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:vector_math/vector_math_64.dart'
show
Vector3
;
...
...
packages/flutter/lib/src/material/bottom_sheet.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/checkbox.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/checkbox_list_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'checkbox.dart'
;
...
...
packages/flutter/lib/src/material/chip.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/material/date_picker.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/drawer_header.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/dropdown.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'button_theme.dart'
;
...
...
packages/flutter/lib/src/material/expand_icon.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/expansion_panel.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/expansion_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/floating_action_button.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/floating_action_button_location.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'scaffold.dart'
;
...
...
packages/flutter/lib/src/material/grid_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
/// A tile in a material design grid list.
...
...
packages/flutter/lib/src/material/ink_decoration.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/ink_highlight.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/ink_ripple.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/ink_splash.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/list_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/mergeable_material.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:ui'
show
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/page.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'theme.dart'
;
...
...
packages/flutter/lib/src/material/paginated_data_table.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/material/radio.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/radio_list_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'list_tile.dart'
;
...
...
packages/flutter/lib/src/material/refresh_indicator.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'progress_indicator.dart'
;
...
...
packages/flutter/lib/src/material/scrollbar.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'theme.dart'
;
...
...
packages/flutter/lib/src/material/slider.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
show
timeDilation
;
...
...
packages/flutter/lib/src/material/snack_bar.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'button_theme.dart'
;
...
...
packages/flutter/lib/src/material/stepper.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'button_theme.dart'
;
...
...
packages/flutter/lib/src/material/switch_list_tile.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'list_tile.dart'
;
...
...
packages/flutter/lib/src/material/tab_controller.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'constants.dart'
;
...
...
packages/flutter/lib/src/material/tabs.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:ui'
show
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/text_field.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:collection'
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/time.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'dart:ui'
show
hashValues
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'material_localizations.dart'
;
...
...
packages/flutter/lib/src/material/time_picker.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/tooltip.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/lib/src/material/two_level_list.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/user_accounts_drawer_header.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_cross_fade.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'animated_size.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_list.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'package:collection/collection.dart'
show
binarySearch
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_size.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_switcher.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/animation.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/app.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:ui'
as
ui
show
window
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'banner.dart'
;
...
...
packages/flutter/lib/src/widgets/async.dart
View file @
9fe53b0d
...
...
@@ -8,8 +8,6 @@
import
'dart:async'
show
Future
,
Stream
,
StreamSubscription
;
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
// Examples can assume:
...
...
packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart
View file @
9fe53b0d
...
...
@@ -4,8 +4,6 @@
import
'dart:ui'
show
Color
;
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
/// An interactive button within either material's [BottomNavigationBar]
...
...
packages/flutter/lib/src/widgets/debug.dart
View file @
9fe53b0d
...
...
@@ -5,8 +5,6 @@
import
'dart:collection'
;
import
'dart:developer'
show
Timeline
;
// to disambiguate reference in dartdocs below
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'media_query.dart'
;
...
...
packages/flutter/lib/src/widgets/dismissible.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'automatic_keep_alive.dart'
;
import
'basic.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/widgets/drag_target.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
...
...
packages/flutter/lib/src/widgets/editable_text.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
...
...
packages/flutter/lib/src/widgets/focus_scope.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'focus_manager.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/form.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
import
'navigator.dart'
;
import
'will_pop_scope.dart'
;
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
9fe53b0d
...
...
@@ -14,6 +14,14 @@ import 'focus_manager.dart';
export
'dart:ui'
show
hashValues
,
hashList
;
export
'package:flutter/foundation.dart'
show
immutable
,
mustCallSuper
,
optionalTypeArgs
,
protected
,
required
,
visibleForTesting
;
export
'package:flutter/foundation.dart'
show
FlutterError
,
debugPrint
,
debugPrintStack
;
export
'package:flutter/foundation.dart'
show
VoidCallback
,
ValueChanged
,
ValueGetter
,
ValueSetter
;
export
'package:flutter/foundation.dart'
show
DiagnosticLevel
;
...
...
packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@ import 'dart:async';
import
'dart:math'
as
math
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/lib/src/widgets/navigation_toolbar.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/navigator.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/lib/src/widgets/nested_scroll_view.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/physics.dart'
;
...
...
packages/flutter/lib/src/widgets/notification_listener.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
/// Signature for [Notification] listeners.
...
...
packages/flutter/lib/src/widgets/orientation_builder.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'layout_builder.dart'
;
...
...
packages/flutter/lib/src/widgets/page_storage.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
/// A [ValueKey] that defines where [PageStorage] values will be saved.
...
...
packages/flutter/lib/src/widgets/page_view.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/widgets/pages.dart
View file @
9fe53b0d
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/preferred_size.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/scroll_notification.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/widgets/scroll_view.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/scrollable.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/lib/src/widgets/single_child_scroll_view.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/size_changed_layout_notifier.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/sliver_prototype_extent_list.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/status_transitions.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/text_selection.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/lib/src/widgets/texture.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter/rendering.dart'
;
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
/// A rectangle upon which a backend texture is mapped.
...
...
packages/flutter/lib/src/widgets/transitions.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
...
...
packages/flutter/lib/src/widgets/unique_widget.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
/// Base class for stateful widgets that have exactly one inflated instance in
...
...
packages/flutter/lib/src/widgets/viewport.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/will_pop_scope.dart
View file @
9fe53b0d
...
...
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
import
'navigator.dart'
;
import
'routes.dart'
;
...
...
packages/flutter/test/material/app_bar_test.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
packages/flutter/test/material/bottom_navigation_bar_test.dart
View file @
9fe53b0d
...
...
@@ -4,7 +4,6 @@
import
'dart:ui'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
packages/flutter/test/material/time_picker_test.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:ui'
as
ui
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/test/widgets/automatic_keep_alive_test.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
packages/flutter/test/widgets/custom_single_child_layout_test.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/test/widgets/dismissible_test.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
@@ -657,4 +656,4 @@ void main() {
expect
(
find
.
text
(
'1'
),
findsOneWidget
);
expect
(
dismissedItems
,
isEmpty
);
});
}
\ No newline at end of file
}
packages/flutter/test/widgets/layout_builder_mutations_test.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/src/widgets/basic.dart'
;
import
'package:flutter/src/widgets/framework.dart'
;
import
'package:flutter/src/widgets/layout_builder.dart'
;
...
...
packages/flutter/test/widgets/list_view_horizontal_test.dart
View file @
9fe53b0d
...
...
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
packages/flutter/test/widgets/sliver_list_test.dart
View file @
9fe53b0d
...
...
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
{
...
...
packages/flutter/test/widgets/widget_inspector_test.dart
View file @
9fe53b0d
...
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:convert'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.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