- 03 Nov, 2017 1 commit
-
-
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 13 commits
-
-
Hans Muller authored
-
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
-
Todd Volkert authored
-
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
-
Hans Muller authored
-
amirh authored
(in preparation for moving the semantics stuff out of rendering)
-
Chris Bracken authored
-
Yegor authored
* remove locale "sd" (not supported by ICU/CLDR); unify localizations scripts CLI * address comments
-
- 31 Oct, 2017 7 commits
-
-
Chris Bracken authored
-
Michael Goderbauer authored
* Add a custom semantics sample * typo * Review comments
-
Chris Bracken authored
-
Michael Goderbauer authored
* Support value announcment for increase/decrease * ++ * review comments about docs
-
Ian Hickson authored
-
Yegor authored
* fix miscellaneous typos in dartdocs * moar typos
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/12460
-
- 30 Oct, 2017 4 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
-
Adam Barth authored
Previously, the usage analytics would generate a write to the user's HOME directory during the Fuchsia build. We're tightening down the environment in which we run the Fuchsia build, and these writes are now more obvious. This patch removes the usage analytics during the Fuchsia build, avoiding the write to the user's HOME directory.
-
Michael Thomsen authored
-
- 28 Oct, 2017 1 commit
-
-
Chris Bracken authored
Archive builds for upload to iTunes Connect should always be built in release mode, not doing so results in crash on startup. Bug: https://github.com/flutter/flutter/issues/12086
-
- 26 Oct, 2017 3 commits