flutter/dev
Chris Bracken 2c0c9ba9e5
Apply media padding in complex layout benchmark drawer header (#13610)
By default BoxScrollView (and hence ListView, which is a subclass)
padding is the media padding along its scroll axis in order to avoid
placing list items within areas where user interaction should be
minimised -- e.g. under the status bar, or in and around the iPhone X
notch in landscape mode.

In cases where a list item should occupy the padding area, developers
should set the ListView padding to EdgeInsets.zero so as not to pick up
the default media padding. For widgets inside the drawer that should
avoid safe areas, developers can add a SafeArea widget.
2017-12-15 12:46:35 -08:00
..
automated_tests flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00
benchmarks Apply media padding in complex layout benchmark drawer header (#13610) 2017-12-15 12:46:35 -08:00
bots when plugins are out of date, show the command line to update (#13572) 2017-12-14 10:34:35 -08:00
devicelab flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00
docs Add survey js to docs web site (#13210) 2017-11-29 09:07:04 -08:00
integration_tests flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00
manual_tests flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00
missing_dependency_tests Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
tools flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00