- 08 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
- 26 Feb, 2017 1 commit
-
-
Adam Barth authored
Fixes #8413
-
- 18 Feb, 2017 1 commit
-
-
Adam Barth authored
-
- 09 Feb, 2017 1 commit
-
-
Ian Hickson authored
Move the back button and drawer opening logic into the app bar. Move the tap-status-bar-to-scroll-to-top logic to using ScrollControllers. Provide a PrimaryScrollController and a `primary` flag on scroll views. Make it possible to track when a route becomes or stops being poppable.
-
- 04 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 31 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 22 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 18 Jan, 2017 1 commit
-
-
Hans Muller authored
-
- 05 Jan, 2017 2 commits
-
-
Seth Ladd authored
Closes https://github.com/flutter/flutter/issues/6907
-
Adam Barth authored
The docs now include all the information contained in the exception. Fixes #6994
-
- 09 Dec, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Nov, 2016 2 commits
-
-
Hans Muller authored
-
Adam Barth authored
Fixes #6915
-
- 23 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Nov, 2016 1 commit
-
-
Adam Barth authored
Fixes #6963
-
- 03 Nov, 2016 3 commits
-
-
Ian Hickson authored
People get confused by the tight constraints.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/6628
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5781
-
- 01 Nov, 2016 3 commits
-
-
Ian Hickson authored
TBR @abarth
-
Ian Hickson authored
...until people understand them.
-
Ian Hickson authored
-
- 24 Oct, 2016 2 commits
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6451
-
Ian Hickson authored
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
-
- 17 Oct, 2016 2 commits
-
-
Adam Barth authored
Fixes #616
-
Adam Barth authored
Developers need to get the size of the BuildContext sufficiently often that we should provide a convenient getter for the value. Having this getter is also an opportunity to catch common mistakes and provide useful error messages that guide developers towards better patterns. Fixes #2321
-
- 03 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 26 Sep, 2016 2 commits
-
-
Adam Barth authored
The spec forbids persistent bottom sheets from overlapping the app bar. There are also some fancy scroll-linked effects that we're supposed to do with persistent bottom sheets, but those will need to wait for another patch. Fixes #5143
-
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.
-
- 22 Sep, 2016 1 commit
-
-
Dragoș Tiselice 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
-
- 07 Sep, 2016 1 commit
-
-
Matt Perry authored
This eliminates all the issues around the horizontal page transition. I also improved the back gesture animation, and added fling support. BUG=https://github.com/flutter/flutter/issues/5678 BUG=https://github.com/flutter/flutter/issues/5622
-
- 01 Sep, 2016 1 commit
-
-
Matt Perry authored
The iOS transition is the more buggy part of this feature, and it wasn't disabled. Let's just leave them enabled while I work on improvements.
-
- 30 Aug, 2016 1 commit
-
-
Matt Perry authored
Also added a regression test for the back gesture on iOS and android.
-
- 25 Aug, 2016 1 commit
-
-
Matt Perry authored
Doesn't do any of the fancy effects. Just lets the user control the back transition by sliding from the left, like a drawer. Hero transitions are disabled during the gesture. BUG=https://github.com/flutter/flutter/issues/4817
-
- 23 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 16 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 11 Aug, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5131
-
- 22 Jul, 2016 1 commit
-
-
Adam Barth authored
If the scaffold is new and has a floating action button, we skip the entrance animation for the fab. Fixes #4445
-