- 26 Sep, 2016 1 commit
-
-
Ian Hickson authored
This requires all AnimationController objects to be given a TickerProvider, a class that can create the Ticker. It also provides some nice mixins for people who want to have their State provide a TickerProvider. And a schedulerTickerProvider for those cases where you just want to see your battery burn. Also, we now enforce destruction order for elements.
-
- 21 Sep, 2016 1 commit
-
-
Hans Muller authored
-
- 14 Sep, 2016 1 commit
-
-
Hans Muller authored
* Added OverscrollIndicatorEdge et al * RefreshIndicator only clamps its scrollable edge * added a test * Updated the test * fixed lint-os * fixed a typo * Scrollable should restore its viewport dimensions when it reappears * removed an accidental commit * updated per review feedback
-
- 02 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 26 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 30 Jun, 2016 1 commit
-
-
Matt Perry authored
navigating away. Details are in the bug, but when we navigate away, the overscroll indicator around the Scrollable would change the widget hierarchy. This would trigger the Scrollable to rebuild, which would cause its scrollOffset to be clamped to 0 for a frame. BUG=https://github.com/flutter/flutter/issues/4597
-
- 17 Jun, 2016 1 commit
-
-
Ali Ghassemi authored
Fixes #4169 and also now overscroll indicator is dismissed the moment user scrolls in the opposite direction (#4603) but the bounce overscroll that happens behind the scene and is clamped in the indicator is still problematic and needs to be fixed. However these fixes are orthogonal to that. Also closes #4127 as I verified the timeout feature (reduced the duration to 500ms to be closer to Android behaviour)
-
- 03 May, 2016 1 commit
-
-
Adam Barth authored
This patch completes the circuit on this library. The next step is to go through and add docs to anything we missed.
-
- 16 Apr, 2016 1 commit
-
-
Hans Muller authored
-
- 12 Apr, 2016 2 commits
-
-
Adam Barth authored
-
Hans Muller authored
* ClampOverscrolls Inherited Widget
-
- 08 Apr, 2016 1 commit
-
-
Hans Muller authored
* Added OverscrollIndicator, removed OverscrollIndicatorPainter
-