- 10 Nov, 2017 3 commits
-
-
Todd Volkert authored
* executable.dart#main() depends on runner.dart#run() * Refactor code such that non-commands don't depend on commands. No code was actually changed in this PR - code was merely moved from point A to point B.
-
Alexander Aprelev authored
-
xster authored
-
- 09 Nov, 2017 10 commits
-
-
Chris Bracken authored
This reverts commit 5939ff45.
-
Yegor authored
-
Alexander Markov authored
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
-
Greg Spencer authored
UnconstrainedBox will allow its child to size itself as if it had no constraints, and then attempt to fit around that object, until its own constraints are exceeded, in which case it will clip and display an overflow warning. I also factored out DebugOverflowIndicator, which will draw overflow indicators on containers which overflow but aren't expected to.
-
Adam Barth authored
-
Devon Carew authored
-
Chris Bracken authored
-
xster authored
* fix with first part of test * Test without reshifting * Let sliver fixed extend list also handle disappearing top items.
-
- 08 Nov, 2017 9 commits
-
-
Ian Hickson authored
I'm not really sure how to test this without a reference test, since eventually we want to move this to a font feature and thus the obvious test (looking for the Transform widget) isn't really valid.
-
Devon Carew authored
* address unused element issues and new warnings * add a missing return
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
Yegor authored
-
Mikkel Nygaard Ravn authored
-
Ulf Sauer authored
-
Yegor authored
-
Chris Bracken authored
-
amirh authored
-
- 07 Nov, 2017 6 commits
-
-
Hans Muller authored
* a => an
-
Todd Volkert authored
-
xster authored
-
Ryan Macnak authored
(I suspect this accounts the sets of microtasks from scheduleWarmUpFrame now running separately.) Issue https://github.com/flutter/flutter/issues/9998
-
Sebastiano Poggi authored
* Surface shadowColor from RenderPhysicalModel to Material * Fix typo in material_test * Add nullability info to documentation * Add support for animating elevation shadow color * Add shadowColor to Material's debugFillProperties() * Add missing default value for elevation in Material debugFillProperties() * Add missing non-null asserts for animate flags in AnimatedPhysicalModel * Add test for shadow color animating smoothly
-
Yegor authored
* delay taking screenshot to allow GPU thread to render the frame * address comments
-
- 06 Nov, 2017 4 commits
-
-
amirh authored
-
amirh authored
-
Chris Bracken authored
Since MethodCall equality checks are limited to test scenarios, this patch replaces them with an equivalent test matcher. At present MethodCalls are always used in scenarios where indentity-based equality/hashing is appropriate. This change avoids an assertion failure when MethodCall args are Iterable (possible since args are of type dyanmic), and hashValue() from dart:ui asserts that its input is not an Iterable. The alternative of implementing support for deep equality in dart:ui was rejected on the basis that if we're to encourage performant code, expensive checks should be obviously-expensive to the author.
-
Mikkel Nygaard Ravn authored
-
- 04 Nov, 2017 1 commit
-
-
Ian Hickson authored
There was a left-bias when MainAxisSize.min couldn't be honoured.
-
- 03 Nov, 2017 7 commits
-
-
Chris Bracken authored
-
Ian Hickson authored
-
Ian Hickson authored
-
xster authored
* Leave a version tag when creating project * Generalize .version to .metadata
-
Jason Simmons authored
Use TextPainter.preferredLineHeight to estimate line height for Cupertino selection handles (#12833) Fixes https://github.com/flutter/flutter/issues/12046
-
xster authored
* Built first tab * Small additions * started tab 3 * Need color arithmetics * tab 2 built * finalize * lint and tests * review * Reapply docs after rebase * use color.computeLuminance * linter * nit
-
xster authored
* remove extracted methods * lint
-