- 31 Oct, 2016 5 commits
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Dan Rubel authored
-
Chris Bracken authored
Use the typography specified in the theme rather than Typography.white.
-
Adam Barth authored
Fixes #6591
-
- 29 Oct, 2016 3 commits
-
-
Ian Hickson authored
This makes https://flutter.io/basic-widgets/#layout-models redundant with the dartdocs.
-
Adam Barth authored
Fixes #6480
-
Ian Hickson authored
-
- 28 Oct, 2016 11 commits
-
-
Adam Barth authored
These aren't needed anymore.
-
Adam Barth authored
This command is no longer needed. Also, remove some stray references to Mojo.
-
Adam Barth authored
-
Jason Simmons authored
If a recognizer is interrupted by an exception from a callback, it could be left in an inconsistent state and be unable to process future events
-
Adam Barth authored
-
Adam Barth authored
The theme fallback mechanism was busted by the shadowThemeOnly change. Fixes #6562
-
Hans Muller authored
-
Phil Quitslund authored
-
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 5 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.
-