- 28 Oct, 2016 3 commits
-
-
Chris Bracken authored
-
Devon Carew authored
-
Ian Hickson authored
-
- 27 Oct, 2016 12 commits
-
-
Dan Rubel authored
-
Dan Rubel authored
-
Dan Rubel authored
-
Matt Perry authored
-
Adam Barth authored
-
Eric Seidel authored
-
Eric Seidel authored
Fixes https://github.com/flutter/flutter/issues/6561
-
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.
-
Ian Hickson authored
-
Dan Rubel authored
-
Dan Rubel authored
-
Dan Rubel authored
* refactor device descriptions method - easier to add columns * show device SDK version
-
- 26 Oct, 2016 4 commits
-
-
-
Dan Rubel authored
-
Yegor authored
-
Adam Barth authored
-
- 25 Oct, 2016 10 commits
-
-
Hans Muller authored
-
Adam Barth authored
Soon the engine will send this information through platform messages.
-
Jason Simmons authored
-
Yegor authored
-
Chris Bracken authored
Eliminates hardcoding of Typography.white in favour of picking up the platform default typography from ThemeData.
-
Ryan Macnak authored
-
Chris Bracken authored
-
Dan Rubel authored
-
Adam Barth authored
-
Chris Bracken authored
-
- 24 Oct, 2016 11 commits
-
-
Jason Simmons authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6451
-
Chris Bracken authored
-
Chris Bracken authored
If a URL is not explicitly specified by the test author, check for an environment-specified URL before falling back to the default value.
-
Ian Hickson authored
This should help new users figure out how to set up their constructors and use config data from the build method of a State.
-
Ian Hickson authored
-
Ian Hickson authored
Mostly around pointing people towards Block more aggressively.
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
If a Container with no child is in an infinite space, make it shrink instead of expanding. Still expand otherwise.
-