- 09 Mar, 2016 8 commits
-
-
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 27 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
-
John McCutchan authored
-
Adam Barth authored
More dartdoc for routes.dart
-
Adam Barth authored
-
Ian Hickson authored
Assert binding ready before getting a11y listener
-
Hixie authored
Previously, we would show 4 progress bars, which made it very unclear what was going on since we'd just said "downloading engine". Now each separate thing we download has its own announcement. Eventually we should probably only download Dart, then do the rest of this inside the flutter tool, as necessary.
-
Hixie authored
This adds an assert to verify that we have already got a binding when we get a semantics listener. Otherwise we crash. (I mean, we still crash, but now in checked mode we crash on an assert instead. Progress?)
-
- 07 Mar, 2016 5 commits
-
-
Hans Muller authored
Added support for Dismissable leave-behind list items
-
Hans Muller authored
-
Devon Carew authored
remove the _embedder.yaml file
-
Devon Carew authored
implement --watch for flutter analyze
-
Devon Carew authored
-