- 21 Dec, 2017 1 commit
-
-
Ian Hickson authored
This attempts to apply some of what we learnt from UX studies, namely that people wonder how to add multiple children to widget that take one child.
-
- 08 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
- 20 Oct, 2017 1 commit
-
-
Hans Muller authored
-
- 11 Oct, 2017 1 commit
-
-
Hans Muller authored
-
- 05 Oct, 2017 1 commit
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 24 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 22 Sep, 2017 3 commits
-
-
Yegor authored
* internationalize time numerals * tests * use foundation.dart instead of meta.dart * address comments
-
Yegor authored
* introduce localized text geometry in MaterialLocalizations * remove geometry from color text themes * fix merge conflict * optional Localizations * fix fallback; test; docs
-
Yegor authored
* Fix inherited widget notifications in Localizations * address comments
-
- 15 Sep, 2017 1 commit
-
-
Hans Muller authored
-
- 01 Sep, 2017 4 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Mehmet Fidanboylu authored
extract_messages script currently fails to parse this file because of its use of static asserts, super and a ctr body. Since we already have an assert in the body, I think it is also more readable to put all of them together. _LocalizationScope follows the same pattern above.
-
Hans Muller authored
-
- 31 Aug, 2017 1 commit
-
-
Hans Muller authored
-
- 28 Aug, 2017 1 commit
-
-
Ian Hickson authored
* Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values). * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant. * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware. * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used. * Fix all the tests that depended on Row defaulting to LTR.
-
- 24 Aug, 2017 1 commit
-
-
Hans Muller authored
-