flutter/examples/widgets
Hans Muller 9e9d845b1f Adds ensureWidgetIsVisible() function to scrollable.dart
Set the scrollOffset of a widget's Scrollable ancestor so that the
widget is centered within the scrollable. A future CL will add
support for specifying exactly where the widget appears. The scroll
can be animated by specifying the animation: parameter.

Changed the duration Scrollable.scrollTo() parameter from a Duration
to an AnimationPerformance so that one can configure all aspects of
the animation. The caller may also listen to the animation to schedule
other work while it updates or when its status changes.
complete
2015-08-11 16:49:48 -07:00
..
big_switch.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
block_viewport.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
BUILD.gn Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
card_collection.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
container.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
ensure_visible.dart Adds ensureWidgetIsVisible() function to scrollable.dart 2015-08-11 16:49:48 -07:00
horizontal_scrolling.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
navigation.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
overlay_geometry.dart The IgnorePointer class enables one to cut a widget subtree off from pointer events. This is useful when a sibling should not shield pointer events from overlapping siblings below it. 2015-08-11 08:29:30 -07:00
piano.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
pop_out_and_expand.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
pubspec.yaml pubspec.yaml files for the smaller demos. 2015-08-10 17:13:17 -07:00
sector.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
spinning_mixed.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
styled_text.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
tabs.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00