- 17 Nov, 2016 2 commits
-
-
Todd Volkert authored
* Allow for application-specific log readers. When running with prebuilt application binaries, those applications aren't guaranteed to be named "Runner" (as it is when we build the app locally in Flutter tools)
-
Phil Quitslund authored
Fixes the `package:drudge` spam. See: #6840
-
- 16 Nov, 2016 14 commits
-
-
Yegor authored
-
Ian Hickson authored
...at least not in the traditional markdown style. So let's try HTML instead.
-
Jason Simmons authored
-
Adam Barth authored
-
Phil Quitslund authored
* Bump Dart SDK to `1.21.0-dev.6.0`. * Bump `json_schema` version.
-
Hans Muller authored
-
Michael 'afrolion' Perrotte authored
-
Michael 'afrolion' Perrotte authored
`[IconButton]` is referenced as singular everywhere else, so the _most correct_ version would be singular (`[IconButton]`) with the `s` outside of the brackets.
-
Adam Barth authored
-
Ian Hickson authored
More idiomatic use of constraints in performResize. Trivial fixes to comments. Make ProxyBox not use BoxParentData since it ignores the field. Make applyPaintTransform more helpful if you use a different ParentData subclass than RenderBox expects. Make debugAssertIsValid actually fulfill its contract in RenderObject as documented. Add a childBefore for symmetry (we already had childAfter). Fix the way we dump the child list when there's no children in a multichild render object. More asserts in the rendering test library.
-
Ian Hickson authored
...so that when you detach, you still have the slot, the parentData, etc.
-
Ian Hickson authored
-
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 2 commits
-
-
Andrew Wilson authored
-
John McCutchan authored
-