- 10 Nov, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 09 Nov, 2017 6 commits
-
-
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
-
xster authored
* fix with first part of test * Test without reshifting * Let sliver fixed extend list also handle disappearing top items.
-
- 08 Nov, 2017 5 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.
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
Yegor authored
-
Mikkel Nygaard Ravn authored
-
Ulf Sauer authored
-
- 07 Nov, 2017 3 commits
-
-
Hans Muller authored
* a => an
-
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
-
- 06 Nov, 2017 3 commits
-
-
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 5 commits
-
-
Ian Hickson authored
-
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
-
amirh authored
-
- 02 Nov, 2017 8 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.
-
Michael Goderbauer 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 7 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Ian Hickson authored
Various improvements (in particular a new painting fuzzer) to the text manual test. Some additional documentation. A fix to Stack to remove an LTR bias: make unpositioned children apply "alignment". Some more debugging information on RichText and Text. A fix to the flutter tool to not crash when an RPC call throws an exception.
-
Yegor authored
* alwaysUse24HourFormat in MediaQuery and time picker * docs; dead code * address some comments * MaterialLocalizations.timeOfDayFormat is the single source of 24-hour-formattedness * Make TimePickerDialog private again * wire up MediaQueryData.fromWindow to Window
-
Michael Goderbauer authored
Other missing dart docs have been added in https://github.com/flutter/flutter/pull/12813.
-
Roberto Scaramuzzi authored
* Add acceptNotification parameter to RefreshIndicator and OverscrollIndicator * Various fixes suggested by reviewer * Fixed lint errors
-
amirh authored
(in preparation for moving the semantics stuff out of rendering)
-
- 31 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
* Support value announcment for increase/decrease * ++ * review comments about docs
-