- 09 Nov, 2016 1 commit
-
-
Chinmay Garde authored
-
- 08 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 07 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 03 Nov, 2016 6 commits
-
-
Ian Hickson authored
People get confused by the tight constraints.
-
Ian Hickson authored
Based on P5's experience
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/6628
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5781
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/6125
-
Ian Hickson authored
-
- 02 Nov, 2016 3 commits
-
-
Hans Muller authored
-
Chris Bracken authored
On Android and Fuchsia, default to Roboto. On iOS, use San Francisco.
-
Matt Perry authored
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.
-
- 01 Nov, 2016 7 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Ian Hickson authored
-
Ian Hickson authored
TBR @abarth
-
Ian Hickson authored
...until people understand them.
-
Ian Hickson authored
-
- 31 Oct, 2016 3 commits
-
-
Chris Bracken authored
Also eliminate unused accentColor-related properties.
-
Chris Bracken authored
Use the typography specified in the theme rather than Typography.white.
-
Adam Barth authored
Fixes #6591
-
- 29 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 28 Oct, 2016 1 commit
-
-
Adam Barth authored
The theme fallback mechanism was busted by the shadowThemeOnly change. Fixes #6562
-
- 27 Oct, 2016 1 commit
-
-
Chris Bracken authored
* Use dark theme in GridTileBar Reduce IconTheme, Typography hardcoding by applying a dark theme to the contents. This is still not ideal; the theme brightness should really be driven by backgroundColor. * Add back IconTheme Since IconTheme.of() finds the closest IconTheme, not the closest IconTheme or Theme (which specifies IconThemeData), the previous commit doesn't necessarily override any IconThemes futher up the tree.
-
- 25 Oct, 2016 1 commit
-
-
Chris Bracken authored
Eliminates hardcoding of Typography.white in favour of picking up the platform default typography from ThemeData.
-
- 24 Oct, 2016 5 commits
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6451
-
Ian Hickson authored
-
Ian Hickson authored
Mostly around pointing people towards Block more aggressively.
-
Ian Hickson authored
-
Ian Hickson authored
-
- 23 Oct, 2016 2 commits
-
-
Wyatt Arent authored
Cancel button behavior for showdatepicker/showtimepicker Fixes #6483
-
Wyatt Arent authored
-
- 21 Oct, 2016 1 commit
-
-
Ian Hickson authored
Add some docs to explain how to use setState() wiht Checkbox, Radio, Slider, and Switch. Based on experience of usability study participant P1.
-
- 20 Oct, 2016 2 commits
-
-
Ian Hickson authored
Based on observations of usability study participant P1.
-
Matt Perry authored
This partially reverts https://github.com/flutter/flutter/issues/626 , but horizontal padding is not in the spec, so we still match the spec.
-
- 19 Oct, 2016 3 commits
-
-
Adam Barth authored
This patch removes uses of keyboard.mojom in favor of the TextInputPlugin.
-
Matt Perry authored
They support multiline text now.
-
Ian Hickson authored
-