- 02 Nov, 2017 3 commits
-
-
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 6 commits
-
-
Yegor authored
* upgrade intl data; use local numerals in date picker * use the shiny new public intl API * address comments
-
Yegor authored
-
Michael Goderbauer authored
* Add option for custom actions to Semantics widget * review comments * review comment
-
Ian Hickson authored
* Revert "roll engine (#12660)" This reverts commit 048bc5e0. * Revert "FittedBox RTL (#12662)" This reverts commit 05a22fe0. * Revert "Revert "nav bar font styles are special, do not inherit (#12578)" (#12661)" This reverts commit 662b6684.
-
- 25 Oct, 2017 6 commits
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
amirh authored
-
Phil Quitslund authored
Use a `package:` import when referencing source under test in test template. This is the prefered style and plays nice w/ automated refactoring. See: https://github.com/flutter/flutter-intellij/issues/1429
-
amirh authored
fixes #11992
-
Alexander Aprelev authored
-
Alexandre Ardhuin authored
* enable lint prefer_const_constructors_in_immutables * remove LabeledGlobalKey._
-