- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2018 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2018 1 commit
-
-
Ian Hickson authored
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jan, 2018 1 commit
-
-
Ian Hickson authored
* Fix shadows in NestedScrollView The previous logic (and especially the previous test) wasn't quite right. * Update nested_scroll_view.dart
-
- 19 Jan, 2018 1 commit
-
-
Ian Hickson authored
* Fix the confusing-zero case with NestedScrollView. * Update mock_canvas.dart * Update tabs_demo.dart * more tweaks
-
- 21 Dec, 2017 1 commit
-
-
Yegor authored
* localize a11y tab labels in the TabBar * break import cycle * test boilerplate * fix German translation * more test boilerplate fixes
-
- 25 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_const_constructors_in_immutables * remove LabeledGlobalKey._
-
- 01 Sep, 2017 1 commit
-
-
Adam Barth authored
Fixes #11381
-
- 31 Aug, 2017 1 commit
-
-
Adam Barth authored
This patch includes: * SliverPadding * ScrollView * PageView Fixes #11764 Fixes #11836
-
- 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.
-
- 21 Jul, 2017 1 commit
-
-
Collin Jackson authored
* Fix physics with NestedScrollView * Review feedback
-
- 19 Jul, 2017 1 commit
-
-
Hans Muller authored
-
- 27 Apr, 2017 1 commit
-
-
Adam Barth authored
A NestedScrollView lets you implement patterns where you have a header, tabs, and additional scrollers inside the tabs. Fixes #8359
-