- 08 Mar, 2016 17 commits
-
-
John McCutchan 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 18 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
-
Devon Carew authored
-
Ian Hickson authored
Cleanup around viewports
-
Devon Carew authored
Cleanup build
-
Devon Carew authored
-
Devon Carew authored
Improve message when target not found
-
Hixie authored
-
Ian Hickson authored
SizeObserver crusade: Remove SizeObserver
-
-
Steve Messick authored
-
Ian Hickson authored
Include more details in the Red Box of Doom
-
Ian Hickson authored
-
Adam Barth authored
Synchronizes dartdoc with dart:ui
-
Adam Barth authored
Mostly just adds some examples to match the examples with use for similar concepts in dart:ui.
-
- 06 Mar, 2016 5 commits
-
-
Ian Hickson authored
Remove the second argument to WidgetError.
-
Ian Hickson authored
Remove the second argument to MultiChildLayoutDelegate.performLayout()
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2403 I have an e-mail ready to send to flutter-dev about this.
-
Ian Hickson authored
This makes WidgetError more like RenderingError, which will aid with https://github.com/flutter/flutter/issues/2356. Fixes https://github.com/flutter/flutter/issues/2443
-
Ian Hickson authored
Factor out non-Material parts of MaterialApp into WidgetsApp
-