- 24 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 21 Sep, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Aug, 2017 1 commit
-
-
Adam Barth authored
This patch includes: * SliverPadding * ScrollView * PageView Fixes #11764 Fixes #11836
-
- 05 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 May, 2017 1 commit
-
-
Collin Jackson authored
Fix sliver padding assertion failure that sometimes happens during startup because the app is temporarily built with zero size
-
- 11 May, 2017 1 commit
-
-
Ian Hickson authored
Also, fix some logic in SliverPadding.
-
- 05 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 31 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
* add @required when there's an assert not null * address review comments
-
- 29 Mar, 2017 1 commit
-
-
xster authored
-
- 15 Mar, 2017 1 commit
-
-
Adam Barth authored
Also, add a few other random dartdocs that I encountered along the way.
-
- 10 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Feb, 2017 1 commit
-
-
Adam Barth authored
Previously the "left" padding was applied on the right when hit testing a reversed vertical list view.
-
- 08 Feb, 2017 1 commit
-
-
Ian Hickson authored
...for the case where there's no right or bottom padding.
-
- 06 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 Feb, 2017 1 commit
-
-
Adam Barth authored
This patch makes Scrollable2.ensureVisible with SingleChildScrollView. A future patch will extend the implementation to work with slivers. (Although the patch does include some of the infrastructure for that part of the implementation as well.)
-
- 01 Feb, 2017 2 commits
-
-
Adam Barth authored
-
Ian Hickson authored
-
- 31 Jan, 2017 1 commit
-
-
Adam Barth authored
This patch adds grid supports to slivers and introduces a ScrollGrid convenience class for making the common types of scrollable grids. This patch also deploys ScrollGrid in an example in the Flutter Gallery.
-
- 25 Jan, 2017 2 commits
-
-
Adam Barth authored
When you put a box in a Viewport2, it might paint outside its allocated bounds. This patch teaches Viewport2 to clip when that happens.
-
Ian Hickson authored
-