- 13 Mar, 2017 4 commits
-
-
Hans Muller authored
-
Adam Barth authored
Most of these docs were already in place, but this patch adds the remaining missing ones.
-
Adam Barth authored
Also, some renames for more accuracy.
-
Adam Barth authored
These symbols were not intended to be public. Also, remove some bogus dartdocs for PhysicalModeLayer.
-
- 10 Mar, 2017 4 commits
-
-
Seth Ladd authored
Changing to an inline function, making the type more clear.
-
Alexandre Ardhuin authored
-
Yegor authored
-
Alexandre Ardhuin authored
-
- 09 Mar, 2017 3 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Hans Muller authored
-
- 08 Mar, 2017 7 commits
-
-
Alexandre Ardhuin authored
* prefer const constructors * fix double throw
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
mikejurka authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Hans Muller authored
-
- 07 Mar, 2017 1 commit
-
-
Hans Muller authored
-
- 06 Mar, 2017 2 commits
-
-
Adam Barth authored
-
Hans Muller authored
-
- 05 Mar, 2017 1 commit
-
-
Luke authored
* clamp the pixels used in the page calculation to be within min + max extents to avoid pages outside of the range of children * add test to check onPageChanged not fired on overscroll
-
- 04 Mar, 2017 2 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
- 03 Mar, 2017 6 commits
-
-
Adam Barth authored
Fixes #8557
-
xster authored
* Use exact Ahem and exact dimensions for test * use ‘px’ everywhere
-
Hans Muller authored
-
Luke authored
-
Adam Barth authored
This feature lets you see a portion of the next and previous page in a PageView. Fixes #8408
-
Adam Barth authored
Previously, we would create a simulation whose initial velocity did not match the requested parameters. We now compute the parameters for the simulation in a way that ensures all the math works out. Fixes #8255
-
- 02 Mar, 2017 7 commits
-
-
Chris Bracken authored
Prevent the app bar header from being overscrolled on iOS by setting paintOrigin to the overlap.
-
Chris Bracken authored
Also make locals final where possible. Followup to 52715467.
-
Adam Barth authored
Fixes #8478
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
-
Chris Bracken authored
* Improved defaults for scroll view primary-ness * Vertical scroll views default to primary:true. * Horizontal scroll views default to primary:false. * If a scroll view is primary and it got a non-null inherited primary scroll controller, it introduces a primary scroll controller inherited with a value of null for its descendants. ScrollController now multiplexes writes to all registered positions; reads of position continue to assert that only one position is registered. Reads still require a single position.
-
xster authored
* Add cupertino to gallery and add CupertinoButto * Use single quotes * Add disabled state * Some review notes * Make button animation more responsive and tweak timing * Renamed things Cupertino * Button with background, move cupertino demos, move material demos * Move 2 level list too * Refactor various demo route names * Some review notes * More reviews and add test * Linter as * Move private constant up
-
- 01 Mar, 2017 3 commits
-
-
Chris Bracken authored
Ensure that read and write operations fail on ScrollControllers associated with a number of positions other than 1.
-
Adam Barth authored
Using these physics avoids a problem whereby the scroll view isn't scrollable due to lack of content and therefore cannot trigger the refresh indicator. Fixes #8432
-
Adam Barth authored
This widget is useful on its own. This patch factors it out of AppBar so folks can use it separately. Fixes #8489
-