- 15 Nov, 2016 6 commits
-
-
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 16 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
-
Ian Hickson authored
-
Ian Hickson authored
I was in here trying to figure out why we rebuild sky_services (the answer is, because we rebuild every package we've ever downloaded, but that's not really a problem for new users so whatever), and while I was here I did some cleanup.
-
John McCutchan authored
- [x] Remove old benchmark code from the non-hot runner. - [x] Remove some dead code. - [x] Fix a throw that should be a rethrow.
-
Ian Hickson authored
-
- 09 Nov, 2016 5 commits
-
-
Yegor authored
-
Yegor authored
-
Ian Hickson authored
...by reverting us to an earlier dartdoc package. Also I added a sanity test to make sure that we don't regress this again.
-
Ian Hickson authored
-
Ian Hickson authored
-