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
9c1a24fa
Commit
9c1a24fa
authored
Nov 19, 2016
by
Ian Hickson
Committed by
GitHub
Nov 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reexport meta from foundation. (#6938)
parent
b7c9e471
Changes
106
Hide whitespace changes
Inline
Side-by-side
Showing
106 changed files
with
176 additions
and
173 deletions
+176
-173
app.dart
examples/flutter_gallery/lib/gallery/app.dart
+1
-0
drawer.dart
examples/flutter_gallery/lib/gallery/drawer.dart
+1
-0
foundation.dart
packages/flutter/lib/foundation.dart
+7
-0
gestures.dart
packages/flutter/lib/gestures.dart
+1
-1
rendering.dart
packages/flutter/lib/rendering.dart
+6
-1
animation_controller.dart
packages/flutter/lib/src/animation/animation_controller.dart
+0
-1
listener_helpers.dart
packages/flutter/lib/src/animation/listener_helpers.dart
+1
-1
multidrag.dart
packages/flutter/lib/src/gestures/multidrag.dart
+1
-1
recognizer.dart
packages/flutter/lib/src/gestures/recognizer.dart
+0
-1
about.dart
packages/flutter/lib/src/material/about.dart
+1
-1
arc.dart
packages/flutter/lib/src/material/arc.dart
+3
-2
bottom_navigation_bar.dart
packages/flutter/lib/src/material/bottom_navigation_bar.dart
+1
-1
button.dart
packages/flutter/lib/src/material/button.dart
+1
-1
checkbox.dart
packages/flutter/lib/src/material/checkbox.dart
+1
-1
date_picker.dart
packages/flutter/lib/src/material/date_picker.dart
+1
-1
drop_down.dart
packages/flutter/lib/src/material/drop_down.dart
+1
-1
expand_icon.dart
packages/flutter/lib/src/material/expand_icon.dart
+1
-1
expansion_panel.dart
packages/flutter/lib/src/material/expansion_panel.dart
+1
-1
flat_button.dart
packages/flutter/lib/src/material/flat_button.dart
+1
-1
floating_action_button.dart
...ages/flutter/lib/src/material/floating_action_button.dart
+1
-1
icon_button.dart
packages/flutter/lib/src/material/icon_button.dart
+1
-1
icon_theme.dart
packages/flutter/lib/src/material/icon_theme.dart
+1
-1
material.dart
packages/flutter/lib/src/material/material.dart
+1
-2
mergeable_material.dart
packages/flutter/lib/src/material/mergeable_material.dart
+1
-1
paginated_data_table.dart
packages/flutter/lib/src/material/paginated_data_table.dart
+1
-1
popup_menu.dart
packages/flutter/lib/src/material/popup_menu.dart
+1
-1
radio.dart
packages/flutter/lib/src/material/radio.dart
+1
-1
raised_button.dart
packages/flutter/lib/src/material/raised_button.dart
+1
-1
slider.dart
packages/flutter/lib/src/material/slider.dart
+1
-1
snack_bar.dart
packages/flutter/lib/src/material/snack_bar.dart
+1
-1
stepper.dart
packages/flutter/lib/src/material/stepper.dart
+1
-1
switch.dart
packages/flutter/lib/src/material/switch.dart
+1
-1
tabs.dart
packages/flutter/lib/src/material/tabs.dart
+1
-1
theme.dart
packages/flutter/lib/src/material/theme.dart
+1
-1
time_picker.dart
packages/flutter/lib/src/material/time_picker.dart
+1
-1
toggleable.dart
packages/flutter/lib/src/material/toggleable.dart
+1
-1
two_level_list.dart
packages/flutter/lib/src/material/two_level_list.dart
+1
-1
typography.dart
packages/flutter/lib/src/material/typography.dart
+0
-2
box_painter.dart
packages/flutter/lib/src/painting/box_painter.dart
+1
-1
decoration.dart
packages/flutter/lib/src/painting/decoration.dart
+3
-2
animated_size.dart
packages/flutter/lib/src/rendering/animated_size.dart
+1
-1
auto_layout.dart
packages/flutter/lib/src/rendering/auto_layout.dart
+1
-1
binding.dart
packages/flutter/lib/src/rendering/binding.dart
+0
-1
box.dart
packages/flutter/lib/src/rendering/box.dart
+2
-1
custom_layout.dart
packages/flutter/lib/src/rendering/custom_layout.dart
+1
-1
flow.dart
packages/flutter/lib/src/rendering/flow.dart
+1
-1
grid.dart
packages/flutter/lib/src/rendering/grid.dart
+2
-2
layer.dart
packages/flutter/lib/src/rendering/layer.dart
+1
-1
node.dart
packages/flutter/lib/src/rendering/node.dart
+1
-1
object.dart
packages/flutter/lib/src/rendering/object.dart
+2
-2
proxy_box.dart
packages/flutter/lib/src/rendering/proxy_box.dart
+1
-1
semantics.dart
packages/flutter/lib/src/rendering/semantics.dart
+0
-1
shifted_box.dart
packages/flutter/lib/src/rendering/shifted_box.dart
+1
-1
stack.dart
packages/flutter/lib/src/rendering/stack.dart
+1
-1
viewport.dart
packages/flutter/lib/src/rendering/viewport.dart
+1
-1
ticker.dart
packages/flutter/lib/src/scheduler/ticker.dart
+0
-1
image_provider.dart
packages/flutter/lib/src/services/image_provider.dart
+0
-1
image_stream.dart
packages/flutter/lib/src/services/image_stream.dart
+0
-2
raw_keyboard.dart
packages/flutter/lib/src/services/raw_keyboard.dart
+0
-1
animated_cross_fade.dart
packages/flutter/lib/src/widgets/animated_cross_fade.dart
+1
-1
animated_size.dart
packages/flutter/lib/src/widgets/animated_size.dart
+1
-1
app.dart
packages/flutter/lib/src/widgets/app.dart
+1
-1
auto_layout.dart
packages/flutter/lib/src/widgets/auto_layout.dart
+3
-3
banner.dart
packages/flutter/lib/src/widgets/banner.dart
+1
-1
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+40
-40
binding.dart
packages/flutter/lib/src/widgets/binding.dart
+1
-1
clamp_overscrolls.dart
packages/flutter/lib/src/widgets/clamp_overscrolls.dart
+1
-1
container.dart
packages/flutter/lib/src/widgets/container.dart
+1
-1
dismissable.dart
packages/flutter/lib/src/widgets/dismissable.dart
+1
-1
drag_target.dart
packages/flutter/lib/src/widgets/drag_target.dart
+1
-1
editable.dart
packages/flutter/lib/src/widgets/editable.dart
+1
-1
focus.dart
packages/flutter/lib/src/widgets/focus.dart
+1
-1
form.dart
packages/flutter/lib/src/widgets/form.dart
+1
-1
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+2
-2
heroes.dart
packages/flutter/lib/src/widgets/heroes.dart
+0
-1
image.dart
packages/flutter/lib/src/widgets/image.dart
+5
-5
implicit_animations.dart
packages/flutter/lib/src/widgets/implicit_animations.dart
+5
-5
layout_builder.dart
packages/flutter/lib/src/widgets/layout_builder.dart
+1
-1
lazy_block.dart
packages/flutter/lib/src/widgets/lazy_block.dart
+1
-1
locale_query.dart
packages/flutter/lib/src/widgets/locale_query.dart
+1
-1
media_query.dart
packages/flutter/lib/src/widgets/media_query.dart
+2
-2
navigator.dart
packages/flutter/lib/src/widgets/navigator.dart
+1
-1
orientation_builder.dart
packages/flutter/lib/src/widgets/orientation_builder.dart
+2
-2
overlay.dart
packages/flutter/lib/src/widgets/overlay.dart
+1
-1
page_storage.dart
packages/flutter/lib/src/widgets/page_storage.dart
+1
-1
routes.dart
packages/flutter/lib/src/widgets/routes.dart
+1
-1
scroll_behavior.dart
packages/flutter/lib/src/widgets/scroll_behavior.dart
+0
-1
scroll_configuration.dart
packages/flutter/lib/src/widgets/scroll_configuration.dart
+0
-1
scrollable.dart
packages/flutter/lib/src/widgets/scrollable.dart
+1
-1
scrollable_grid.dart
packages/flutter/lib/src/widgets/scrollable_grid.dart
+1
-1
scrollable_list.dart
packages/flutter/lib/src/widgets/scrollable_list.dart
+1
-1
status_transitions.dart
packages/flutter/lib/src/widgets/status_transitions.dart
+1
-1
table.dart
packages/flutter/lib/src/widgets/table.dart
+10
-10
text.dart
packages/flutter/lib/src/widgets/text.dart
+1
-1
text_selection.dart
packages/flutter/lib/src/widgets/text_selection.dart
+1
-1
ticker_provider.dart
packages/flutter/lib/src/widgets/ticker_provider.dart
+0
-1
transitions.dart
packages/flutter/lib/src/widgets/transitions.dart
+1
-1
unique_widget.dart
packages/flutter/lib/src/widgets/unique_widget.dart
+1
-1
virtual_viewport.dart
packages/flutter/lib/src/widgets/virtual_viewport.dart
+1
-1
widgets.dart
packages/flutter/lib/widgets.dart
+1
-3
rendering_tester.dart
packages/flutter/test/rendering/rendering_tester.dart
+1
-0
image_resolution_test.dart
packages/flutter/test/widgets/image_resolution_test.dart
+1
-0
image_test.dart
packages/flutter/test/widgets/image_test.dart
+3
-2
scroll_behavior_test.dart
packages/flutter/test/widgets/scroll_behavior_test.dart
+2
-1
state_setting_in_scrollables_test.dart
...utter/test/widgets/state_setting_in_scrollables_test.dart
+2
-1
all_elements.dart
packages/flutter_test/lib/src/all_elements.dart
+1
-2
No files found.
examples/flutter_gallery/lib/gallery/app.dart
View file @
9c1a24fa
...
@@ -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'
show
defaultTargetPlatform
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/scheduler.dart'
show
timeDilation
;
import
'package:flutter/scheduler.dart'
show
timeDilation
;
...
...
examples/flutter_gallery/lib/gallery/drawer.dart
View file @
9c1a24fa
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
show
defaultTargetPlatform
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
...
...
packages/flutter/lib/foundation.dart
View file @
9c1a24fa
...
@@ -18,3 +18,10 @@ export 'src/foundation/listenable.dart';
...
@@ -18,3 +18,10 @@ export 'src/foundation/listenable.dart';
export
'src/foundation/platform.dart'
;
export
'src/foundation/platform.dart'
;
export
'src/foundation/print.dart'
;
export
'src/foundation/print.dart'
;
export
'src/foundation/synchronous_future.dart'
;
export
'src/foundation/synchronous_future.dart'
;
export
'package:meta/meta.dart'
show
checked
,
mustCallSuper
,
optionalTypeArgs
,
protected
,
required
;
packages/flutter/lib/gestures.dart
View file @
9c1a24fa
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
/// The Flutter gesture recognizers.
/// The Flutter gesture recognizers.
///
///
/// To use, import `package:flutter/gestures.dart`.
/// To use, import `package:flutter/gestures.dart`.
library
gestures
;
library
gestures
;
...
...
packages/flutter/lib/rendering.dart
View file @
9c1a24fa
...
@@ -51,5 +51,10 @@ export 'src/rendering/tweens.dart';
...
@@ -51,5 +51,10 @@ export 'src/rendering/tweens.dart';
export
'src/rendering/view.dart'
;
export
'src/rendering/view.dart'
;
export
'src/rendering/viewport.dart'
;
export
'src/rendering/viewport.dart'
;
export
'package:flutter/foundation.dart'
;
export
'package:flutter/foundation.dart'
show
VoidCallback
,
ValueChanged
,
ValueGetter
,
ValueSetter
;
export
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
export
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
packages/flutter/lib/src/animation/animation_controller.dart
View file @
9c1a24fa
...
@@ -8,7 +8,6 @@ import 'dart:ui' as ui show lerpDouble;
...
@@ -8,7 +8,6 @@ import 'dart:ui' as ui show lerpDouble;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'animation.dart'
;
import
'animation.dart'
;
import
'curves.dart'
;
import
'curves.dart'
;
...
...
packages/flutter/lib/src/animation/listener_helpers.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:ui'
show
VoidCallback
;
import
'dart:ui'
show
VoidCallback
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'animation.dart'
;
import
'animation.dart'
;
...
...
packages/flutter/lib/src/gestures/multidrag.dart
View file @
9c1a24fa
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
show
Point
,
Offset
;
import
'dart:ui'
show
Point
,
Offset
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'arena.dart'
;
import
'arena.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
...
...
packages/flutter/lib/src/gestures/recognizer.dart
View file @
9c1a24fa
...
@@ -7,7 +7,6 @@ import 'dart:collection';
...
@@ -7,7 +7,6 @@ import 'dart:collection';
import
'dart:ui'
show
Point
,
Offset
;
import
'dart:ui'
show
Point
,
Offset
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:meta/meta.dart'
;
import
'arena.dart'
;
import
'arena.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
...
...
packages/flutter/lib/src/material/about.dart
View file @
9c1a24fa
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'app_bar.dart'
;
import
'app_bar.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/arc.dart
View file @
9c1a24fa
...
@@ -5,8 +5,9 @@
...
@@ -5,8 +5,9 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:ui'
show
hashValues
,
lerpDouble
;
import
'dart:ui'
show
hashValues
,
lerpDouble
;
import
'package:flutter/material.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/painting.dart'
;
// How close the begin and end points must be to an axis to be considered
// How close the begin and end points must be to an axis to be considered
// vertical or horizontal.
// vertical or horizontal.
...
...
packages/flutter/lib/src/material/bottom_navigation_bar.dart
View file @
9c1a24fa
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:collection'
show
Queue
;
import
'dart:collection'
show
Queue
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
show
Vector3
;
import
'package:vector_math/vector_math_64.dart'
show
Vector3
;
import
'colors.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/button.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
...
...
packages/flutter/lib/src/material/checkbox.dart
View file @
9c1a24fa
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/date_picker.dart
View file @
9c1a24fa
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:intl/date_symbols.dart'
;
import
'package:intl/date_symbols.dart'
;
import
'package:intl/intl.dart'
;
import
'package:intl/intl.dart'
;
import
'package:meta/meta.dart'
;
import
'button_bar.dart'
;
import
'button_bar.dart'
;
import
'button.dart'
;
import
'button.dart'
;
...
...
packages/flutter/lib/src/material/drop_down.dart
View file @
9c1a24fa
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/expand_icon.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/expansion_panel.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'expand_icon.dart'
;
import
'expand_icon.dart'
;
import
'mergeable_material.dart'
;
import
'mergeable_material.dart'
;
...
...
packages/flutter/lib/src/material/flat_button.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'button.dart'
;
import
'button.dart'
;
import
'theme.dart'
;
import
'theme.dart'
;
...
...
packages/flutter/lib/src/material/floating_action_button.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'icon_theme_data.dart'
;
import
'icon_theme_data.dart'
;
...
...
packages/flutter/lib/src/material/icon_button.dart
View file @
9c1a24fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
import
'icon.dart'
;
import
'icon.dart'
;
...
...
packages/flutter/lib/src/material/icon_theme.dart
View file @
9c1a24fa
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'icon_theme_data.dart'
;
import
'icon_theme_data.dart'
;
import
'package:flutter/foundation.dart'
;
import
'theme.dart'
;
import
'theme.dart'
;
/// Controls the default color, opacity, and size of icons in a widget subtree.
/// Controls the default color, opacity, and size of icons in a widget subtree.
...
...
packages/flutter/lib/src/material/material.dart
View file @
9c1a24fa
...
@@ -4,10 +4,9 @@
...
@@ -4,10 +4,9 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
import
'shadows.dart'
;
import
'shadows.dart'
;
...
...
packages/flutter/lib/src/material/mergeable_material.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'dart:ui'
show
lerpDouble
;
import
'dart:ui'
show
lerpDouble
;
...
...
packages/flutter/lib/src/material/paginated_data_table.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
...
...
packages/flutter/lib/src/material/popup_menu.dart
View file @
9c1a24fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
import
'divider.dart'
;
import
'divider.dart'
;
...
...
packages/flutter/lib/src/material/radio.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/material/raised_button.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'button.dart'
;
import
'button.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/slider.dart
View file @
9c1a24fa
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
...
...
packages/flutter/lib/src/material/snack_bar.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'button.dart'
;
import
'button.dart'
;
import
'flat_button.dart'
;
import
'flat_button.dart'
;
...
...
packages/flutter/lib/src/material/stepper.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'button.dart'
;
import
'button.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/switch.dart
View file @
9c1a24fa
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
// 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/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
...
...
packages/flutter/lib/src/material/tabs.dart
View file @
9c1a24fa
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'app_bar.dart'
;
import
'app_bar.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/material/theme.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'theme_data.dart'
;
import
'theme_data.dart'
;
...
...
packages/flutter/lib/src/material/time_picker.dart
View file @
9c1a24fa
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'button_bar.dart'
;
import
'button_bar.dart'
;
import
'button.dart'
;
import
'button.dart'
;
...
...
packages/flutter/lib/src/material/toggleable.dart
View file @
9c1a24fa
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/animation.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'constants.dart'
;
import
'constants.dart'
;
...
...
packages/flutter/lib/src/material/two_level_list.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
import
'icon.dart'
;
import
'icon.dart'
;
...
...
packages/flutter/lib/src/material/typography.dart
View file @
9c1a24fa
...
@@ -2,10 +2,8 @@
...
@@ -2,10 +2,8 @@
// 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/foundation.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:meta/meta.dart'
;
import
'colors.dart'
;
import
'colors.dart'
;
...
...
packages/flutter/lib/src/painting/box_painter.dart
View file @
9c1a24fa
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:ui'
as
ui
show
Image
,
Gradient
,
lerpDouble
;
import
'dart:ui'
as
ui
show
Image
,
Gradient
,
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'basic_types.dart'
;
import
'basic_types.dart'
;
import
'decoration.dart'
;
import
'decoration.dart'
;
...
...
packages/flutter/lib/src/painting/decoration.dart
View file @
9c1a24fa
...
@@ -2,15 +2,16 @@
...
@@ -2,15 +2,16 @@
// 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/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'basic_types.dart'
;
import
'basic_types.dart'
;
import
'edge_insets.dart'
;
import
'edge_insets.dart'
;
export
'package:flutter/services.dart'
show
ImageConfiguration
;
export
'basic_types.dart'
show
Point
,
Offset
,
Size
;
export
'basic_types.dart'
show
Point
,
Offset
,
Size
;
export
'edge_insets.dart'
show
EdgeInsets
;
export
'edge_insets.dart'
show
EdgeInsets
;
export
'package:flutter/services.dart'
show
ImageConfiguration
;
// This group of classes is intended for painting in cartesian coordinates.
// This group of classes is intended for painting in cartesian coordinates.
...
...
packages/flutter/lib/src/rendering/animated_size.dart
View file @
9c1a24fa
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/animation.dart'
;
import
'package:flutter/animation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'object.dart'
;
import
'object.dart'
;
...
...
packages/flutter/lib/src/rendering/auto_layout.dart
View file @
9c1a24fa
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/cassowary.dart'
as
al
;
// "auto layout"
import
'package:flutter/cassowary.dart'
as
al
;
// "auto layout"
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'object.dart'
;
import
'object.dart'
;
...
...
packages/flutter/lib/src/rendering/binding.dart
View file @
9c1a24fa
...
@@ -8,7 +8,6 @@ import 'package:flutter/foundation.dart';
...
@@ -8,7 +8,6 @@ import 'package:flutter/foundation.dart';
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/rendering/box.dart
View file @
9c1a24fa
...
@@ -5,8 +5,9 @@
...
@@ -5,8 +5,9 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:ui'
as
ui
show
lerpDouble
;
import
'dart:ui'
as
ui
show
lerpDouble
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/rendering/custom_layout.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'object.dart'
;
import
'object.dart'
;
...
...
packages/flutter/lib/src/rendering/flow.dart
View file @
9c1a24fa
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'box.dart'
;
import
'box.dart'
;
...
...
packages/flutter/lib/src/rendering/grid.dart
View file @
9c1a24fa
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
// 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
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:typed_data'
;
import
'dart:typed_data'
;
import
'package:meta/meta.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'object.dart'
;
import
'object.dart'
;
import
'viewport.dart'
;
import
'viewport.dart'
;
...
...
packages/flutter/lib/src/rendering/layer.dart
View file @
9c1a24fa
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
import
'dart:ui'
as
ui
show
ImageFilter
,
Picture
,
SceneBuilder
;
import
'dart:ui'
as
ui
show
ImageFilter
,
Picture
,
SceneBuilder
;
import
'dart:ui'
show
Offset
;
import
'dart:ui'
show
Offset
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:meta/meta.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/rendering/node.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
/// An abstract node in a tree.
/// An abstract node in a tree.
///
///
...
...
packages/flutter/lib/src/rendering/object.dart
View file @
9c1a24fa
...
@@ -9,7 +9,7 @@ import 'package:flutter/foundation.dart';
...
@@ -9,7 +9,7 @@ import 'package:flutter/foundation.dart';
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
@@ -18,9 +18,9 @@ import 'node.dart';
...
@@ -18,9 +18,9 @@ import 'node.dart';
import
'semantics.dart'
;
import
'semantics.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
export
'package:flutter/foundation.dart'
show
FlutterError
,
InformationCollector
;
export
'package:flutter/gestures.dart'
show
HitTestEntry
,
HitTestResult
;
export
'package:flutter/gestures.dart'
show
HitTestEntry
,
HitTestResult
;
export
'package:flutter/painting.dart'
;
export
'package:flutter/painting.dart'
;
export
'package:flutter/foundation.dart'
show
FlutterError
,
InformationCollector
;
/// Base class for data associated with a [RenderObject] by its parent.
/// Base class for data associated with a [RenderObject] by its parent.
///
///
...
...
packages/flutter/lib/src/rendering/proxy_box.dart
View file @
9c1a24fa
...
@@ -7,7 +7,7 @@ import 'dart:ui' as ui show ImageFilter;
...
@@ -7,7 +7,7 @@ import 'dart:ui' as ui show ImageFilter;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:meta/meta.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'box.dart'
;
import
'box.dart'
;
...
...
packages/flutter/lib/src/rendering/semantics.dart
View file @
9c1a24fa
...
@@ -6,7 +6,6 @@ import 'dart:ui' as ui;
...
@@ -6,7 +6,6 @@ import 'dart:ui' as ui;
import
'dart:ui'
show
Rect
,
SemanticsAction
,
SemanticsFlags
;
import
'dart:ui'
show
Rect
,
SemanticsAction
,
SemanticsFlags
;
import
'dart:typed_data'
;
import
'dart:typed_data'
;
import
'package:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
...
...
packages/flutter/lib/src/rendering/shifted_box.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/rendering/stack.dart
View file @
9c1a24fa
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:ui'
show
lerpDouble
,
hashValues
;
import
'dart:ui'
show
lerpDouble
,
hashValues
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'box.dart'
;
import
'box.dart'
;
import
'object.dart'
;
import
'object.dart'
;
...
...
packages/flutter/lib/src/rendering/viewport.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:ui'
as
ui
show
window
;
import
'dart:ui'
as
ui
show
window
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'box.dart'
;
import
'box.dart'
;
...
...
packages/flutter/lib/src/scheduler/ticker.dart
View file @
9c1a24fa
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:meta/meta.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
...
...
packages/flutter/lib/src/services/image_provider.dart
View file @
9c1a24fa
...
@@ -10,7 +10,6 @@ import 'dart:typed_data';
...
@@ -10,7 +10,6 @@ import 'dart:typed_data';
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/http.dart'
as
http
;
import
'package:flutter/http.dart'
as
http
;
import
'package:meta/meta.dart'
;
import
'asset_bundle.dart'
;
import
'asset_bundle.dart'
;
import
'image_cache.dart'
;
import
'image_cache.dart'
;
...
...
packages/flutter/lib/src/services/image_stream.dart
View file @
9c1a24fa
...
@@ -5,8 +5,6 @@
...
@@ -5,8 +5,6 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
as
ui
show
Image
;
import
'dart:ui'
as
ui
show
Image
;
import
'package:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
/// A [ui.Image] object with its corresponding scale.
/// A [ui.Image] object with its corresponding scale.
...
...
packages/flutter/lib/src/services/raw_keyboard.dart
View file @
9c1a24fa
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:meta/meta.dart'
;
import
'platform_messages.dart'
;
import
'platform_messages.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_cross_fade.dart
View file @
9c1a24fa
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'animated_size.dart'
;
import
'animated_size.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/animated_size.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/app.dart
View file @
9c1a24fa
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
as
ui
show
window
;
import
'dart:ui'
as
ui
show
window
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'banner.dart'
;
import
'banner.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/auto_layout.dart
View file @
9c1a24fa
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
export
'package:flutter/rendering.dart'
show
export
'package:flutter/rendering.dart'
show
AutoLayoutRect
,
AutoLayoutRect
,
AutoLayoutDelegate
;
AutoLayoutDelegate
;
/// A widget that uses the cassowary constraint solver to automatically size and position children.
/// A widget that uses the cassowary constraint solver to automatically size and position children.
class
AutoLayout
extends
MultiChildRenderObjectWidget
{
class
AutoLayout
extends
MultiChildRenderObjectWidget
{
...
...
packages/flutter/lib/src/widgets/banner.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/basic.dart
View file @
9c1a24fa
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
import
'dart:ui'
as
ui
show
Image
,
ImageFilter
;
import
'dart:ui'
as
ui
show
Image
,
ImageFilter
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
@@ -14,45 +14,45 @@ import 'framework.dart';
...
@@ -14,45 +14,45 @@ import 'framework.dart';
export
'package:flutter/animation.dart'
;
export
'package:flutter/animation.dart'
;
export
'package:flutter/painting.dart'
;
export
'package:flutter/painting.dart'
;
export
'package:flutter/rendering.dart'
show
export
'package:flutter/rendering.dart'
show
Axis
,
Axis
,
BoxConstraints
,
BoxConstraints
,
CrossAxisAlignment
,
CrossAxisAlignment
,
CustomClipper
,
CustomClipper
,
CustomPainter
,
CustomPainter
,
FixedColumnCountGridDelegate
,
FixedColumnCountGridDelegate
,
FlexFit
,
FlexFit
,
FlowDelegate
,
FlowDelegate
,
FlowPaintingContext
,
FlowPaintingContext
,
FractionalOffsetTween
,
FractionalOffsetTween
,
GridChildPlacement
,
GridChildPlacement
,
GridDelegate
,
GridDelegate
,
GridDelegateWithInOrderChildPlacement
,
GridDelegateWithInOrderChildPlacement
,
GridSpecification
,
GridSpecification
,
HitTestBehavior
,
HitTestBehavior
,
MainAxisAlignment
,
MainAxisAlignment
,
MainAxisSize
,
MainAxisSize
,
MaxTileWidthGridDelegate
,
MaxTileWidthGridDelegate
,
MultiChildLayoutDelegate
,
MultiChildLayoutDelegate
,
Overflow
,
Overflow
,
PaintingContext
,
PaintingContext
,
PointerCancelEvent
,
PointerCancelEvent
,
PointerCancelEventListener
,
PointerCancelEventListener
,
PointerDownEvent
,
PointerDownEvent
,
PointerDownEventListener
,
PointerDownEventListener
,
PointerEvent
,
PointerEvent
,
PointerMoveEvent
,
PointerMoveEvent
,
PointerMoveEventListener
,
PointerMoveEventListener
,
PointerUpEvent
,
PointerUpEvent
,
PointerUpEventListener
,
PointerUpEventListener
,
RelativeRect
,
RelativeRect
,
ShaderCallback
,
ShaderCallback
,
SingleChildLayoutDelegate
,
SingleChildLayoutDelegate
,
TextOverflow
,
TextOverflow
,
ValueChanged
,
ValueChanged
,
ValueGetter
,
ValueGetter
,
ViewportAnchor
,
ViewportAnchor
,
ViewportDimensions
,
ViewportDimensions
,
ViewportDimensionsChangeCallback
;
ViewportDimensionsChangeCallback
;
// PAINTING NODES
// PAINTING NODES
...
...
packages/flutter/lib/src/widgets/binding.dart
View file @
9c1a24fa
...
@@ -7,11 +7,11 @@ import 'dart:developer' as developer;
...
@@ -7,11 +7,11 @@ import 'dart:developer' as developer;
import
'dart:ui'
as
ui
show
window
;
import
'dart:ui'
as
ui
show
window
;
import
'dart:ui'
show
AppLifecycleState
,
Locale
;
import
'dart:ui'
show
AppLifecycleState
,
Locale
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'app.dart'
;
import
'app.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/clamp_overscrolls.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'scrollable.dart'
;
import
'scrollable.dart'
;
...
...
packages/flutter/lib/src/widgets/container.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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/painting.dart'
;
import
'package:flutter/painting.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/dismissable.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/drag_target.dart
View file @
9c1a24fa
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
// 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/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
...
...
packages/flutter/lib/src/widgets/editable.dart
View file @
9c1a24fa
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
show
RenderEditable
,
SelectionChangedHandler
,
RenderEditablePaintOffsetNeededCallback
;
import
'package:flutter/rendering.dart'
show
RenderEditable
,
SelectionChangedHandler
,
RenderEditablePaintOffsetNeededCallback
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'focus.dart'
;
import
'focus.dart'
;
...
...
packages/flutter/lib/src/widgets/focus.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/form.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
9c1a24fa
...
@@ -10,11 +10,11 @@ import 'debug.dart';
...
@@ -10,11 +10,11 @@ import 'debug.dart';
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:meta/meta.dart'
;
export
'dart:ui'
show
hashValues
,
hashList
;
export
'dart:ui'
show
hashValues
,
hashList
;
export
'package:flutter/rendering.dart'
show
RenderObject
,
RenderBox
,
debugPrint
;
export
'package:flutter/foundation.dart'
show
FlutterError
;
export
'package:flutter/foundation.dart'
show
FlutterError
;
export
'package:flutter/foundation.dart'
show
VoidCallback
,
ValueChanged
,
ValueGetter
,
ValueSetter
;
export
'package:flutter/rendering.dart'
show
RenderObject
,
RenderBox
,
debugPrint
;
// KEYS
// KEYS
...
...
packages/flutter/lib/src/widgets/heroes.dart
View file @
9c1a24fa
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
import
'dart:collection'
;
import
'dart:collection'
;
import
'package:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/image.dart
View file @
9c1a24fa
...
@@ -4,18 +4,18 @@
...
@@ -4,18 +4,18 @@
import
'dart:io'
show
File
,
Platform
;
import
'dart:io'
show
File
,
Platform
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'media_query.dart'
;
import
'media_query.dart'
;
export
'package:flutter/services.dart'
show
export
'package:flutter/services.dart'
show
AssetImage
,
AssetImage
,
ExactAssetImage
,
ExactAssetImage
,
NetworkImage
,
NetworkImage
,
FileImage
;
FileImage
;
/// Creates an [ImageConfiguration] based on the given [BuildContext] (and
/// Creates an [ImageConfiguration] based on the given [BuildContext] (and
/// optionally size).
/// optionally size).
...
...
packages/flutter/lib/src/widgets/implicit_animations.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'package:vector_math/vector_math_64.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
...
@@ -239,7 +239,7 @@ class AnimatedContainer extends ImplicitlyAnimatedWidget {
...
@@ -239,7 +239,7 @@ class AnimatedContainer extends ImplicitlyAnimatedWidget {
this
.
width
,
this
.
width
,
this
.
height
,
this
.
height
,
Curve
curve:
Curves
.
linear
,
Curve
curve:
Curves
.
linear
,
@required
Duration
duration
@required
Duration
duration
,
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
assert
(
decoration
==
null
||
decoration
.
debugAssertIsValid
());
assert
(
decoration
==
null
||
decoration
.
debugAssertIsValid
());
assert
(
foregroundDecoration
==
null
||
foregroundDecoration
.
debugAssertIsValid
());
assert
(
foregroundDecoration
==
null
||
foregroundDecoration
.
debugAssertIsValid
());
...
@@ -383,7 +383,7 @@ class AnimatedPositioned extends ImplicitlyAnimatedWidget {
...
@@ -383,7 +383,7 @@ class AnimatedPositioned extends ImplicitlyAnimatedWidget {
this
.
width
,
this
.
width
,
this
.
height
,
this
.
height
,
Curve
curve:
Curves
.
linear
,
Curve
curve:
Curves
.
linear
,
@required
Duration
duration
@required
Duration
duration
,
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
assert
(
left
==
null
||
right
==
null
||
width
==
null
);
assert
(
left
==
null
||
right
==
null
||
width
==
null
);
assert
(
top
==
null
||
bottom
==
null
||
height
==
null
);
assert
(
top
==
null
||
bottom
==
null
||
height
==
null
);
...
@@ -518,7 +518,7 @@ class AnimatedOpacity extends ImplicitlyAnimatedWidget {
...
@@ -518,7 +518,7 @@ class AnimatedOpacity extends ImplicitlyAnimatedWidget {
this
.
child
,
this
.
child
,
this
.
opacity
,
this
.
opacity
,
Curve
curve:
Curves
.
linear
,
Curve
curve:
Curves
.
linear
,
@required
Duration
duration
@required
Duration
duration
,
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
assert
(
opacity
!=
null
&&
opacity
>=
0.0
&&
opacity
<=
1.0
);
assert
(
opacity
!=
null
&&
opacity
>=
0.0
&&
opacity
<=
1.0
);
}
}
...
@@ -575,7 +575,7 @@ class AnimatedDefaultTextStyle extends ImplicitlyAnimatedWidget {
...
@@ -575,7 +575,7 @@ class AnimatedDefaultTextStyle extends ImplicitlyAnimatedWidget {
@required
this
.
child
,
@required
this
.
child
,
@required
this
.
style
,
@required
this
.
style
,
Curve
curve:
Curves
.
linear
,
Curve
curve:
Curves
.
linear
,
@required
Duration
duration
@required
Duration
duration
,
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
})
:
super
(
key:
key
,
curve:
curve
,
duration:
duration
)
{
assert
(
style
!=
null
);
assert
(
style
!=
null
);
assert
(
child
!=
null
);
assert
(
child
!=
null
);
...
...
packages/flutter/lib/src/widgets/layout_builder.dart
View file @
9c1a24fa
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
import
'debug.dart'
;
import
'debug.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
/// The signature of the [LayoutBuilder] builder function.
/// The signature of the [LayoutBuilder] builder function.
typedef
Widget
LayoutWidgetBuilder
(
BuildContext
context
,
BoxConstraints
constraints
);
typedef
Widget
LayoutWidgetBuilder
(
BuildContext
context
,
BoxConstraints
constraints
);
...
...
packages/flutter/lib/src/widgets/lazy_block.dart
View file @
9c1a24fa
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/locale_query.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/media_query.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:ui'
as
ui
;
import
'dart:ui'
as
ui
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
@@ -107,7 +107,7 @@ class MediaQuery extends InheritedWidget {
...
@@ -107,7 +107,7 @@ class MediaQuery extends InheritedWidget {
MediaQuery
({
MediaQuery
({
Key
key
,
Key
key
,
@required
this
.
data
,
@required
this
.
data
,
@required
Widget
child
@required
Widget
child
,
})
:
super
(
key:
key
,
child:
child
)
{
})
:
super
(
key:
key
,
child:
child
)
{
assert
(
child
!=
null
);
assert
(
child
!=
null
);
assert
(
data
!=
null
);
assert
(
data
!=
null
);
...
...
packages/flutter/lib/src/widgets/navigator.dart
View file @
9c1a24fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'binding.dart'
;
import
'binding.dart'
;
...
...
packages/flutter/lib/src/widgets/orientation_builder.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
@@ -29,7 +29,7 @@ class OrientationBuilder extends StatelessWidget {
...
@@ -29,7 +29,7 @@ class OrientationBuilder extends StatelessWidget {
/// The [builder] argument must not be null.
/// The [builder] argument must not be null.
OrientationBuilder
({
OrientationBuilder
({
Key
key
,
Key
key
,
@required
this
.
builder
@required
this
.
builder
,
})
:
super
(
key:
key
)
{
})
:
super
(
key:
key
)
{
assert
(
builder
!=
null
);
assert
(
builder
!=
null
);
}
}
...
...
packages/flutter/lib/src/widgets/overlay.dart
View file @
9c1a24fa
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:collection'
;
import
'dart:collection'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/src/widgets/page_storage.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/routes.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:async'
;
import
'dart:async'
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'focus.dart'
;
import
'focus.dart'
;
...
...
packages/flutter/lib/src/widgets/scroll_behavior.dart
View file @
9c1a24fa
...
@@ -6,7 +6,6 @@ import 'dart:math' as math;
...
@@ -6,7 +6,6 @@ import 'dart:math' as math;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:meta/meta.dart'
;
import
'scroll_simulation.dart'
;
import
'scroll_simulation.dart'
;
...
...
packages/flutter/lib/src/widgets/scroll_configuration.dart
View file @
9c1a24fa
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +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
'package:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/scrollable.dart
View file @
9c1a24fa
...
@@ -6,10 +6,10 @@ import 'dart:async';
...
@@ -6,10 +6,10 @@ import 'dart:async';
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'dart:ui'
as
ui
show
window
;
import
'dart:ui'
as
ui
show
window
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/physics.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'clamp_overscrolls.dart'
;
import
'clamp_overscrolls.dart'
;
...
...
packages/flutter/lib/src/widgets/scrollable_grid.dart
View file @
9c1a24fa
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:collection/collection.dart'
show
lowerBound
;
import
'package:collection/collection.dart'
show
lowerBound
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'scroll_configuration.dart'
;
import
'scroll_configuration.dart'
;
...
...
packages/flutter/lib/src/widgets/scrollable_list.dart
View file @
9c1a24fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'scroll_configuration.dart'
;
import
'scroll_configuration.dart'
;
...
...
packages/flutter/lib/src/widgets/status_transitions.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/table.dart
View file @
9c1a24fa
...
@@ -4,23 +4,23 @@
...
@@ -4,23 +4,23 @@
import
'dart:collection'
;
import
'dart:collection'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
import
'image.dart'
;
import
'image.dart'
;
export
'package:flutter/rendering.dart'
show
export
'package:flutter/rendering.dart'
show
FixedColumnWidth
,
FixedColumnWidth
,
FlexColumnWidth
,
FlexColumnWidth
,
FractionColumnWidth
,
FractionColumnWidth
,
IntrinsicColumnWidth
,
IntrinsicColumnWidth
,
MaxColumnWidth
,
MaxColumnWidth
,
MinColumnWidth
,
MinColumnWidth
,
TableBorder
,
TableBorder
,
TableCellVerticalAlignment
,
TableCellVerticalAlignment
,
TableColumnWidth
;
TableColumnWidth
;
/// A horizontal group of cells in a [Table].
/// A horizontal group of cells in a [Table].
///
///
...
...
packages/flutter/lib/src/widgets/text.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/text_selection.dart
View file @
9c1a24fa
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
// 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'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'container.dart'
;
import
'container.dart'
;
...
...
packages/flutter/lib/src/widgets/ticker_provider.dart
View file @
9c1a24fa
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
import
'package:flutter/foundation.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:meta/meta.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/transitions.dart
View file @
9c1a24fa
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
import
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
import
'basic.dart'
;
import
'basic.dart'
;
...
...
packages/flutter/lib/src/widgets/unique_widget.dart
View file @
9c1a24fa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +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:
meta/meta
.dart'
;
import
'package:
flutter/foundation
.dart'
;
import
'framework.dart'
;
import
'framework.dart'
;
...
...
packages/flutter/lib/src/widgets/virtual_viewport.dart
View file @
9c1a24fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
import
'dart:math'
as
math
;
import
'dart:math'
as
math
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:meta/meta.dart'
;
import
'basic.dart'
;
import
'basic.dart'
;
import
'debug.dart'
;
import
'debug.dart'
;
...
...
packages/flutter/lib/widgets.dart
View file @
9c1a24fa
...
@@ -2,8 +2,7 @@
...
@@ -2,8 +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.
/// The Flutter widget framework.
/// The Flutter widgets framework.
///
///
///
/// To use, import `package:flutter/widgets.dart`.
/// To use, import `package:flutter/widgets.dart`.
library
widgets
;
library
widgets
;
...
@@ -64,5 +63,4 @@ export 'src/widgets/transitions.dart';
...
@@ -64,5 +63,4 @@ export 'src/widgets/transitions.dart';
export
'src/widgets/unique_widget.dart'
;
export
'src/widgets/unique_widget.dart'
;
export
'src/widgets/virtual_viewport.dart'
;
export
'src/widgets/virtual_viewport.dart'
;
export
'package:flutter/foundation.dart'
;
export
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
export
'package:vector_math/vector_math_64.dart'
show
Matrix4
;
packages/flutter/test/rendering/rendering_tester.dart
View file @
9c1a24fa
...
@@ -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/gestures.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/scheduler.dart'
;
import
'package:flutter/scheduler.dart'
;
...
...
packages/flutter/test/widgets/image_resolution_test.dart
View file @
9c1a24fa
...
@@ -6,6 +6,7 @@ import 'dart:async';
...
@@ -6,6 +6,7 @@ import 'dart:async';
import
'dart:typed_data'
;
import
'dart:typed_data'
;
import
'dart:ui'
as
ui
show
Image
;
import
'dart:ui'
as
ui
show
Image
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
...
...
packages/flutter/test/widgets/image_test.dart
View file @
9c1a24fa
...
@@ -5,10 +5,11 @@
...
@@ -5,10 +5,11 @@
import
'dart:async'
;
import
'dart:async'
;
import
'dart:ui'
as
ui
show
Image
;
import
'dart:ui'
as
ui
show
Image
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
void
main
(
)
{
void
main
(
)
{
testWidgets
(
'Verify Image resets its RenderImage when changing providers'
,
(
WidgetTester
tester
)
async
{
testWidgets
(
'Verify Image resets its RenderImage when changing providers'
,
(
WidgetTester
tester
)
async
{
...
...
packages/flutter/test/widgets/scroll_behavior_test.dart
View file @
9c1a24fa
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
// 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
_test/flutter_test.dart'
;
import
'package:flutter
/foundation.dart'
show
defaultTargetPlatform
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
class
TestScrollConfigurationDelegate
extends
ScrollConfigurationDelegate
{
class
TestScrollConfigurationDelegate
extends
ScrollConfigurationDelegate
{
TestScrollConfigurationDelegate
(
this
.
flag
);
TestScrollConfigurationDelegate
(
this
.
flag
);
...
...
packages/flutter/test/widgets/state_setting_in_scrollables_test.dart
View file @
9c1a24fa
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
// 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
_test/flutter_test.dart'
hide
TypeMatcher
;
import
'package:flutter
/foundation.dart'
show
defaultTargetPlatform
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_test/flutter_test.dart'
hide
TypeMatcher
;
class
Foo
extends
StatefulWidget
{
class
Foo
extends
StatefulWidget
{
@override
@override
...
...
packages/flutter_test/lib/src/all_elements.dart
View file @
9c1a24fa
...
@@ -2,8 +2,7 @@
...
@@ -2,8 +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:meta/meta.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
/// Provides an iterable that efficiently returns all the elements
/// Provides an iterable that efficiently returns all the elements
...
...
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