- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
- 05 Jan, 2017 2 commits
-
-
Ian Hickson authored
-
Hans Muller authored
-
- 16 Dec, 2016 1 commit
-
-
Ian Hickson authored
Port DecelerateInterpolator to Flutter. Also, hide the Curve subclasses that you can't extend and that have no statics and are generally not useful.
-
- 28 Sep, 2016 1 commit
-
-
Adam Barth authored
For consistency with Tween. Fixes #5169
-
- 07 Sep, 2016 1 commit
-
-
Dragoș Tiselice authored
In the interest of using the name in the case of Material steppers, this commit renames Step curve to Threshold.
-
- 26 Jul, 2016 1 commit
-
-
Adam Barth authored
We should center the title of flexible space bars on iOS. Related to #4962
-
- 30 Jun, 2016 1 commit
-
-
Hans Muller authored
-
- 17 May, 2016 1 commit
-
-
Adam Barth authored
Everything now has dartdocs except one setter whose getter already has docs.
-
- 31 Mar, 2016 1 commit
-
-
Adam Barth authored
Fixes #617
-
- 27 Mar, 2016 1 commit
-
-
Ian Hickson authored
-
- 21 Mar, 2016 1 commit
-
-
Ian Hickson authored
As usual, as I was doing this I ran into some stuff that seemed hard to document as-is and so I changed it. In this case, in the "http" library. The new code is more or less equivalent, I think, but the resulting documentation makes it more obvious that it's wrong...
-
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 25 Feb, 2016 1 commit
-
-
Andrew Wilson authored
-
- 12 Feb, 2016 1 commit
-
-
Hixie authored
-
- 20 Dec, 2015 1 commit
-
-
Seth Ladd authored
-
- 10 Dec, 2015 1 commit
-
-
Florian Loitsch authored
-
- 03 Dec, 2015 1 commit
-
-
Hixie authored
For those times when you want to do something as you move away from a route into the next one, as well as when you move into it from the previous one.
-
- 20 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 05 Oct, 2015 1 commit
-
-
Adam Barth authored
This patch simplifies AnimationTiming and all the AnimatedValue base classes. Also, make PopupMenu a stateless component because it has no state. Fixes #1168
-
- 01 Oct, 2015 1 commit
-
-
Andrew Wilson authored
-
- 18 Sep, 2015 1 commit
-
-
Hixie authored
- Fix AnimationTiming to have defaults for 'interval' and 'curve' since that seems to be how we use it. - Merge RouteBase.build and RouteBase.buildTransition - Get rid of HistoryEntry, since it added nothing - Broke out RouteBase.createPerformance() so subclasses can change what is created. - Build the routes backwards so that we more efficiently avoid building hidden routes. - Introduce an explicit way (!hasContent) for RouteState to avoid building, rather than the implicit "build returns null" we had before.
-
- 14 Sep, 2015 1 commit
-
-
Hixie authored
Surface all the constructor arguments of AnimationTiming in all its subclasses. Remove some pointless casts. Fix some typos. Put constructors first in class declarations. Remove some blank lines where they just confused the structure of the code.
-
- 08 Sep, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
Move the animation libraries into src/animation and change importers to use package:sky/animation.dart. Also, move scheduler.dart into the animation library so that the animation library can be self-contained.
-
- 18 Aug, 2015 2 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
- 04 Aug, 2015 1 commit
-
-
Matt Perry authored
This ensures we don't run into discontinuities when reversing an animation halfway through. I refactored AnimationValue to have knowledge of the reverse curves and intervals.
-
- 28 Jul, 2015 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 16 Jul, 2015 1 commit
-
-
Collin Jackson authored
-