3071 Commits

Author SHA1 Message Date
Ian Hickson
bbf98d9c6b SizedBox.expand (#6791) 2016-11-09 23:34:31 -08:00
Ian Hickson
fcd47f84d2 CustomPaint size (#6790) 2016-11-09 20:50:43 -08:00
Ian Hickson
01a8d51022 Clean up abstract node docs (#6786) 2016-11-09 18:15:51 -08:00
Ian Hickson
b9c3871163 Add debug info to offstage renderer (#6789) 2016-11-09 18:10:50 -08:00
Ian Hickson
1f737f5c94 Add a table to the updateChild docs (#6782) 2016-11-09 16:28:35 -08:00
Ian Hickson
49b5701224 Minor fixes (mostly doc consistency) (#6780) 2016-11-09 15:05:56 -08:00
Ian Hickson
0db2fc3fd9 RenderObjectElement docs (#6770) 2016-11-09 13:04:16 -08:00
Chinmay Garde
1939ba12d2 Wire up checkerboarding of raster cache images in the framework and gallery. (#6749) 2016-11-09 11:36:17 -08:00
Ian Hickson
7f182dacb7 A variety of trivial fixes. (#6752) 2016-11-08 15:16:39 -08:00
Ian Hickson
106ff33255 Detailed RenderBox and RenderObject docs (#6745) 2016-11-08 15:16:33 -08:00
Ian Hickson
b9a620694c CircleAvatar docs (#6735) 2016-11-08 14:49:49 -08:00
Dan Rubel
6331b6c8b5 revert args to 0.13.6 (#6765) 2016-11-08 17:15:11 -05:00
Matt Perry
b9bff6a912 Only show the keyboard when the user explicitly focuses an Input. (#6713)
Fixes https://github.com/flutter/flutter/issues/6603
2016-11-08 14:14:15 -05:00
Hans Muller
74dd0a3a2c Input refactoring: added an InputField widget (#6733) 2016-11-07 14:38:41 -08:00
Ian Hickson
10d20c77aa Fix copypasta in Column docs (#6736)
Fixes https://github.com/flutter/flutter/issues/6734
2016-11-07 14:05:29 -08:00
Andrew Wilson
01ca34cd0c Add profiling for building and painting. (#6652) 2016-11-07 13:46:42 -08:00
Ian Hickson
57be959887 Rename test/widget to test/widgets to match the library (#6716) 2016-11-07 10:03:11 -08:00
Ian Hickson
e7d5c7d6b7 Change 'body' to be loosely constrained. (#6692)
People get confused by the tight constraints.
2016-11-03 14:44:11 -07:00
Ian Hickson
20063c5e51 Improve documentation (#6694)
Based on P5's experience
2016-11-03 14:40:12 -07:00
Ian Hickson
5a27f6a240 Add more SnackBar documentation. (#6696)
Fixes https://github.com/flutter/flutter/issues/6628
2016-11-03 14:40:02 -07:00
Ian Hickson
d3cdb270b6 More documentation for drawers. (#6697)
Closes https://github.com/flutter/flutter/issues/5781
2016-11-03 14:39:51 -07:00
Ian Hickson
7e6aa6de3a Clarify AppBar.actions (#6700)
Closes https://github.com/flutter/flutter/issues/6125
2016-11-03 14:39:24 -07:00
Ian Hickson
b47b16f44a Clarify Overlay.initialEntries. (#6701)
Closes https://github.com/flutter/flutter/issues/6141
2016-11-03 14:39:12 -07:00
Ian Hickson
8a91c8bc59 Clarify RenderObjectWidget.updateRenderObject (#6702)
Closes https://github.com/flutter/flutter/issues/5743
2016-11-03 14:39:00 -07:00
Ian Hickson
66d8aa1141 Breadcrumbs for mimics (#6703)
Closes https://github.com/flutter/flutter/issues/5617
2016-11-03 14:38:53 -07:00
Matt Perry
5afde06b80 Clean up a few stale TODOs. (#6698) 2016-11-03 17:20:26 -04:00
Ian Hickson
2d9d4c2d3a Document typedefs better. (#6671) 2016-11-02 21:14:59 -07:00
Hans Muller
c9e89b6514 Improved time picker header layout (#6669) 2016-11-02 16:28:39 -07:00
Hans Muller
944d2ef6b4 Revert "Size of a childless container's implicit DecoratedBox descendants" (#6663) 2016-11-02 16:02:00 -07:00
Chris Bracken
abcfc42dfc Support per-platform default typography (#6634)
On Android and Fuchsia, default to Roboto. On iOS, use San Francisco.
2016-11-02 15:58:35 -07:00
Hans Muller
6f3ba9c53b Size of a childless container's implicit DecoratedBox descendants (#6656) 2016-11-02 11:42:37 -07:00
Ian Hickson
ae49356a89 Improve Center docs a tiny bit. (#6636) 2016-11-02 11:28:56 -07:00
Matt Perry
113991da95 Rethink Forms. (#6569)
FormField is now a widget that can contain any type of field. Input no
longer has special code to handle form fields. Instead, there is a
helper widget InputFormField for using an Input inside a FormField.

Fixes https://github.com/flutter/flutter/issues/6097 and based on
feedback from the same.
2016-11-02 14:27:21 -04:00
Chris Bracken
75fec8926d Propagate theme typography to slider label (#6629) 2016-11-01 14:50:52 -07:00
Adam Barth
67f591000f Mentions flutter packages get rather than pub get (#6625)
Fixes #6417
2016-11-01 13:27:06 -07:00
Chris Bracken
8f2d40c2d5 Extract time picker typography from theme (#6627) 2016-11-01 13:21:59 -07:00
Chris Bracken
438f4df00c Improve comment spelling consistency (#6622) 2016-11-01 09:20:52 -07:00
Ian Hickson
4046db9866 Some more documentation in the material lib (#6617) 2016-10-31 23:01:39 -07:00
Ian Hickson
df3fff97ed Apply review comments from #6612. (#6616)
TBR @abarth
2016-10-31 22:46:22 -07:00
Ian Hickson
9d64dcc7f7 The documenting will continue... (#6613)
...until people understand them.
2016-10-31 22:27:13 -07:00
Ian Hickson
ab688b29ac Make Scaffold.of() more helpful when it can't find a Scaffold (#6612) 2016-10-31 22:07:33 -07:00
Ian Hickson
5fb692124c Loader improvements (#6615) 2016-10-31 21:58:27 -07:00
Adam Barth
4b037fd65f Simplify and test TransitionRoute.completed (#6601)
We now create the Completer inside TransitionRoute, as with the popped
completer. Also, test that this future resolves at the appropriate time.
2016-10-31 16:46:54 -07:00
Chris Bracken
602e861b15 Propagate text theme to Tooltip dark theme (#6595)
Also eliminate unused accentColor-related properties.
2016-10-31 16:36:58 -07:00
Ian Hickson
cf2b732c0f Make popUntil docs more consistent with reality. (#6599) 2016-10-31 12:33:01 -07:00
Chris Bracken
be6458cc91 Apply a dark theme to Tooltip contents (#6572)
Use the typography specified in the theme rather than Typography.white.
2016-10-31 10:37:34 -07:00
Adam Barth
018ab3f65b Default child lists to empty lists (#6592)
Fixes #6591
2016-10-30 20:10:33 -07:00
Ian Hickson
07f9998743 Merge in all information from the layout models docs (#6588)
This makes https://flutter.io/basic-widgets/#layout-models redundant
with the dartdocs.
2016-10-28 20:33:03 -07:00
Ian Hickson
0288390814 Theme doc improvements (#6585) 2016-10-28 17:35:54 -07:00
Adam Barth
70eb4929af Stop downloading sky_services and flutter_services (#6583)
These aren't needed anymore.
2016-10-28 16:25:05 -07:00