- 16 Nov, 2016 2 commits
-
-
Ian Hickson authored
I used the wrong identifiers here.
-
Ian Hickson authored
...to avoid confusion with "detachRenderObject" which is basically unrelated.
-
- 15 Nov, 2016 13 commits
-
-
Adam Barth authored
-
Adam Barth authored
We now center the body correctly and handle Fuchsia key events. Also, add support for modifiers.
-
Ian Hickson authored
See #6861
-
John McCutchan authored
-
Ian Hickson authored
See https://github.com/flutter/flutter/pull/6861 This silences all but two of the warnings from https://travis-ci.org/flutter/flutter/builds/176055550 One of the silenced warnings was a genuine code error. Some of the others were correct but there was no way for the analyzer to know, and I worked around them. The remainder are problems with the analyzer, specifically https://github.com/dart-lang/sdk/issues/27827 and https://github.com/dart-lang/sdk/issues/27504.
-
Ian Hickson authored
Some minor tweaks to answer questions I had when looking at this.
-
Devon Carew authored
-
Hans Muller authored
-
Adam Barth authored
See #6631
-
Ian Hickson authored
-
John McCutchan authored
-
Ian Hickson authored
-
Ian Hickson authored
-
- 14 Nov, 2016 6 commits
-
-
Ryan Macnak authored
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
Ian Hickson authored
Also fixes https://github.com/flutter/flutter/issues/6510
-
Hans Muller authored
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
Dan Rubel authored
-
- 12 Nov, 2016 3 commits
-
-
Ian Hickson authored
This should help a bit with people trying to make apps that have a Material feel but don't necessarily exactly fit the Material spec.
-
https://github.com/flutter/flutter/issues/6826Raju Bitter authored
Exception in Flutter Gallery / Dialogs Demo #6826
-
Ian Hickson authored
-
- 11 Nov, 2016 4 commits
-
-
Andrew Wilson authored
-
John McCutchan authored
-
Dan Rubel authored
* convert flutter commands to use ToolExit for non-zero exit code * add convenience method throwToolExit * print ToolExit message iff not null
-
- 10 Nov, 2016 12 commits
-
-
Chris Bracken authored
These define a TextTheme and IconTheme that contrast with the accent colour brightness. Also adjust default accentColorBrightness to match Material spec examples (dark text/icons on teal in Dark theme). Update material components to use accentTextTheme, accentIconTheme: * DatePicker selection * Floating action button icon * TimePicker selection * Slider label text
-
John McCutchan authored
- [x] Return the reload message even when paused at a breakpoint. - [x] Only initialize context members if they aren't already initialized.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6690 Also add a version of the Gallery smoke test that enables semantics
-
Dan Rubel authored
-
John McCutchan authored
-
John McCutchan authored
- [x] Stop tracking time to first frame because it is unreliable. - [x] Track time to complete reassemble instead.
-
Todd Volkert authored
-
John McCutchan authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
John McCutchan authored
-