- 21 Nov, 2016 5 commits
-
-
John McCutchan authored
- [x] Make iOS and Android application startup paths consisitent. - [x] Remove the now unncessary Android specific special cases from the runners.
-
P.Y. Laligand authored
This allows us to run the analyzer CLI on packages and correctly find dart:ui.
-
Adam Barth authored
-
Hans Muller authored
-
John McCutchan authored
- [x] Stop unnecessarily building the flx a second time on startup. - [x] Stop unncessarily copying the flx to the device a second time on startup. - [x] Remove `startBundle` and move logic into `startApp`.
-
- 19 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 18 Nov, 2016 8 commits
-
-
Günter Zöchbauer authored
-
Hans Muller authored
-
Hans Muller authored
-
Günter Zöchbauer authored
-
Todd Volkert authored
-
Adam Barth authored
-
Yegor authored
-
Ian McKellar authored
We're getting rid of the http package from third_party/dart-pkg/
-
- 17 Nov, 2016 5 commits
-
-
Ian Hickson authored
(and minor doc changes) This will in the future allow Scrollable to not track the Simulation itself.
-
Hans Muller authored
-
Joel Trottier-Hebert authored
* Added comment for INTERNET permission in Android manifest * Added more details to the permission comment.
-
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 6 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.
-