- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Jan, 2018 1 commit
-
-
- 20 Dec, 2017 1 commit
-
-
Michael Goderbauer authored
* selected ListTile is selected * review comment * analyzer fix
-
- 14 Dec, 2017 1 commit
-
-
Chris Bracken authored
Applies media padding (e.g. iOS safe area insets) around the list tile children inside the InkWell. Also adds safe area around gallery section titles for consistency with surrounding list tiles.
-
- 15 Nov, 2017 1 commit
-
-
Greg Spencer authored
This makes ListTile expand vertically when text is scaled, or really when whatever is placed inside it is larger than the available space. In order for UnconstrainedBox to be useful here, I needed for it to only unconstrain the child Row in one dimension, so I added a "constrainedAxis" parameter to the UnconstrainedBox. Also, changed one enum test to use a switch instead. I modified the ListTile test to be more representative of the intention of the spec: we were testing with text in the leading and trailing sections, and the design wants icons there. Because there was leading text, and the dense mode only changes the font size on the text lines, the leading text was propping up the minimum size of the tile, making so that the test wasn't really testing any changes in dense mode.
-
- 02 Oct, 2017 1 commit
-
-
Adam Barth authored
Unlike FractionalOffset, Alignment uses the center as the zero of the coordinate system, which makes the RTL math work out much cleaner. Also, make FractionalOffset into a subclass of Alignment so that clients can continue to use FractionalOffset.
-
- 24 Sep, 2017 1 commit
-
-
Todd Volkert authored
It was incorrectly added in #11858
-
- 20 Sep, 2017 1 commit
-
-
Zev Youra authored
* Add IconThemeData adjustment to ListTile trailing element (makes consistent with leading element) * Add test for ListTile theme changes * Pull out and share IconThemeData variable between leading and trailing * remove extra comma * fix style nit
-
- 31 Aug, 2017 1 commit
-
-
Adam Barth authored
Fixes #11373
-
- 13 Jun, 2017 1 commit
-
-
Anatoly Pulyaevskiy authored
* Make dividers one device pixel thick as defined in Material design spec * Updated divider test to check stroke width * Clarified dividers with 0 height in the docs * Updated Divider.height docs according to PR feedback
-
- 27 May, 2017 1 commit
-
-
Ian Hickson authored
Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details. Clarified "elevation" throughout. Added docs to InkResponse and InkWell. Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid. Fixes #10317. Fixes #10316. Fixes #10267. (sort of, see comment therein) Fixes #9331. (sort of, see comment therein) Fixes #9407. (sort of, see comment therein)
-
- 21 May, 2017 1 commit
-
-
xster authored
Moved everything icons related except the material icon button and the materialicon font list to widget
-
- 19 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 10 May, 2017 1 commit
-
-
Chris Bracken authored
Also fixes a small typo.
-
- 09 May, 2017 1 commit
-
-
Hans Muller authored
-
- 05 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 23 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* more widget const constructors * prefer const constructors * address review comments
-
- 19 Apr, 2017 1 commit
-
-
Adam Barth authored
Turns out we have many immutable classes. Fixes #6892
-
- 13 Apr, 2017 1 commit
-
-
Ian Hickson authored
I can't figure out if this is genius or a giant hack. This lets you use DefaultTextStyle.merge and IconTheme.merge without specifying a BuildContext. It automatically merges in at the appropriate place in the tree using a Builder widget.
-
- 07 Apr, 2017 1 commit
-
-
Ian Hickson authored
Aggressively apply the const lint.
-
- 04 Apr, 2017 1 commit
-
-
Adam Barth authored
-
- 29 Mar, 2017 1 commit
-
-
xster authored
-
- 24 Mar, 2017 1 commit
-
-
Hans Muller authored
-
- 17 Mar, 2017 1 commit
-
-
Hans Muller authored
-
- 14 Mar, 2017 1 commit
-
-
Hans Muller authored
-
- 27 Feb, 2017 1 commit
-
-
Hans Muller authored
-
- 16 Feb, 2017 1 commit
-
-
Adam Barth authored
- ScrollableList - ScrollableLazyList - LazyBlock - MaterialList Clients should use ListView instead.
-
- 30 Jan, 2017 1 commit
- 13 Jan, 2017 1 commit
-
-
Adam Barth authored
Now IconThemeData.fallback is a factory constructor and IconThemeData.of() does the work of computing the fallback for its clients. Also, add tests for ImageIcon and ListItems.
-
- 30 Nov, 2016 1 commit
-
-
Adam Barth authored
We don't need these anymore.
-
- 22 Nov, 2016 1 commit
-
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
- 03 Nov, 2016 1 commit
-
-
Ian Hickson authored
Based on P5's experience
-
- 01 Nov, 2016 1 commit
-
-
Ian Hickson authored
...until people understand them.
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
-
- 28 Sep, 2016 2 commits
-
-
qchong authored
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-
- 21 Sep, 2016 1 commit
-
-
Adam Barth authored
These are the last dartdocs needed in the material library.
-
- 29 Jul, 2016 1 commit
-
-
Adam Barth authored
These let you add Align widget to the inside or outside of a container. Several customers have asked for these properties. Fixes #4950
-
- 21 Jun, 2016 1 commit
-
-
Hans Muller authored
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-