- 22 Nov, 2016 7 commits
-
-
Devon Carew authored
-
Hans Muller authored
-
Dan Rubel authored
-
Adam Barth authored
Fixes #6963
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
Luke Church authored
* Add delay between writing file and modifying it * Add type argument
-
Hans Muller authored
-
- 21 Nov, 2016 7 commits
-
-
Yegor authored
-
John McCutchan authored
-
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 11 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.
-