- 31 Oct, 2016 1 commit
-
-
Adam Barth authored
Fixes #6591
-
- 24 Oct, 2016 1 commit
-
-
Ian Hickson authored
Mostly around pointing people towards Block more aggressively.
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
-
- 30 Jun, 2016 1 commit
-
-
Hans Muller authored
-
- 12 Apr, 2016 2 commits
-
-
Adam Barth authored
-
Hans Muller authored
* ClampOverscrolls Inherited Widget
-
- 08 Apr, 2016 2 commits
-
-
Hans Muller authored
* Added OverscrollIndicator, removed OverscrollIndicatorPainter
-
Adam Barth authored
The dartdoc will continue until morale improves.
-
- 07 Apr, 2016 1 commit
-
-
Hans Muller authored
* Added Scrollbar, removed ScrollbarPainter * removed a dead import * updated per review feedback * Only call dispatch if the widgets State is still mounted
-
- 06 Apr, 2016 1 commit
-
-
Hans Muller authored
Overscroll indicator for MaterialList
-
- 24 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 12 Mar, 2016 2 commits
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Adam Barth authored
Fixes #1382
-
- 21 Feb, 2016 1 commit
-
-
Adam Barth authored
These files are already in the "material" folder. They don't need to be prefixed with material again. Fixes #702
-
- 03 Feb, 2016 1 commit
-
-
Hans Muller authored
Add support for the appbar behavior described in the "Flexible space with image" section of https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling.
-
- 22 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 11 Jan, 2016 1 commit
-
-
Adam Barth authored
We use the ScrollDirection for more than just scrolling. Fixes #151
-
- 06 Jan, 2016 2 commits
-
-
Adam Barth authored
ScrollableList2 is complete and subsumes all the use cases for the original ScrollableList.
-
Adam Barth authored
This patch also changed ScrollableList2 to use an Iterable instead of an List for its children. This change lets clients map their underlying data lazily. If the clients actually have a concrete list, we skip the extra copy and grab the child list directly.
-
- 19 Oct, 2015 1 commit
-
-
Adam Barth authored
A MaterialList understands the sizing, padding, and scrollbar features of Material Design lists. Also, add CircleAvatar for showing the circular avatars that are commonly used in material lists.
-