- 09 Mar, 2016 19 commits
-
-
Hixie authored
It has performance implications in release mode. We'll enable the lint once https://github.com/dart-lang/linter/issues/195 is fixed.
-
Adam Barth authored
Improve InputValue#toString
-
Adam Barth authored
Test harness should check for running Timers and AnimationControllers
-
Adam Barth authored
After running a widget test, we now clear out the widget tree and check that we didn't leak any timers or animations. Also, fix several bugs that this addtional check revealed. Fixes #2481
-
Viktor Lidholt authored
Adds initial version of Markdown renderer
-
Viktor Lidholt authored
-
Adam Barth authored
-
Alhaad Gokhale authored
Add `flutter_tools build` hooks to also generate depfile.
-
Devon Carew authored
fix a regression in flutter logs
-
Alhaad Gokhale authored
Fixes #1942.
-
Devon Carew authored
-
Hans Muller authored
Use lowerBound() from package:collection/collection.dart
-
Hans Muller authored
-
Hans Muller authored
Added SizeTransition
-
Hans Muller authored
-
Devon Carew authored
fix a npe in lastLogcatTimestamp
-
Devon Carew authored
-
Adam Barth authored
Remove //examples/widgets
-
Adam Barth authored
Most of the remaining widget examples are actually manual tests. This patch moves them into //dev/manual_tests. A couple are examples of using services, which I've moved to //examples/layers/services. The remainder are out-dated and are removed by this patch.
-
- 08 Mar, 2016 21 commits
-
-
Ian Hickson authored
-
Hans Muller authored
Support undo in the leave-behind demo
-
Adam Barth authored
Support reparenting state from MultiChildRenderObjectElement
-
Hans Muller authored
-
John McCutchan authored
Add ServiceProtocolDiscovery with tests
-
Adam Barth authored
Fixes #2085
-
John McCutchan authored
-
Ian Hickson authored
Drop the argument to SceneBuilder's constructor
-
Matt Perry authored
CheckedPopupMenuItem now fades its icon when changed.
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/2274
-
Hixie authored
-
Collin Jackson authored
Update engine.version
-
Adam Barth authored
RenderCustomMultiChildLayoutBox shouldn't be sizedByParent
-
Adam Barth authored
ImageFit.cover doesn't respect alignment
-
Adam Barth authored
We need to apply the alignment to the source rect because the ouput rect fills the destination rect. Fixes #1514
-
Collin Jackson authored
-
Ian Hickson authored
Be more verbose when downloading artifacts
-
Adam Barth authored
The getSize function from MultiChildLayoutDelegate might depend on information other than the incomming constraints. Fixes #2077
-
Adam Barth authored
Remove bogus intrinsic size assert
-
Adam Barth authored
This patch tweaks the definition of max intrinsic size to give implementations more wiggle room to compute there intrinsic sizes more efficiently. Specifically, implementations can now ignore the incomming constraint in the cross axis if they prefer. This patch removes an assert that is no longer valid w.r.t. the new definition of intrinsic sizing. Fixes #2099
-
John McCutchan authored
Refactor DeviceLogReader
-