- 08 Nov, 2017 8 commits
-
-
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 9 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
-
Yegor authored
* make microbenchmark logging verbose * prefix JSON so it can be parsed in verbose mode
-
amirh authored
-
- 02 Nov, 2017 11 commits
-
-
Greg Spencer authored
This fixes the assumption that InputDecorator had where it expected baseStyle to be a complete style. Now it merges the baseStyle with the subhead style instead of substituting it entirely. This fixes #12832.
-
Chris Bracken authored
-
Michael Goderbauer authored
-
Yegor authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Michael Goderbauer authored
* Identify text fields as such to a11y * focus * make travis happy * review comments
-
Mikkel Nygaard Ravn authored
-
Adam Barth authored
-
5u3it authored
Adds `Scaffold#endDrawer` property to supply a second drawer to a Scaffold.
-
Greg Spencer authored
In order to allow chips to be properly drawn when they expand in size (without using IntrinsicHeight), I needed a BoxDecoration shape that would be dependent upon the rendered height of the widget. This seemed to be pretty generally useful, so I added a new ShapeDecoration called StadiumBorder. It uses the minimum dimension to adjust the BorderRadius of a rounded rect in the shape decoration. I also converted some uses of BoxShape to be case statements, updated the chips to use the StadiumBorder decoration, and updated some of the metrics to match the Material spec, as well as implementing lerping to and from StadiumBorder.
-
- 01 Nov, 2017 1 commit
-
-
Hans Muller authored
-