- 17 Oct, 2017 1 commit
-
-
Ian Hickson authored
This still is very limited in what it can lerp, but it sets the stage for arbitrary lerps later.
-
- 03 Oct, 2017 1 commit
-
-
Ian Hickson authored
Documentation changes, and, in particular, the ability to lerp from and to any decoration by lerping via null.
-
- 02 Oct, 2017 2 commits
-
-
Ian Hickson authored
Reorder the code, remove some redundant documentation, improve the interpolation logic.
-
Adam Barth authored
Unlike FractionalOffset, Alignment uses the center as the zero of the coordinate system, which makes the RTL math work out much cleaner. Also, make FractionalOffset into a subclass of Alignment so that clients can continue to use FractionalOffset.
-
- 01 Sep, 2017 1 commit
-
-
Andrew Wilson authored
-
- 21 Jun, 2017 3 commits
-
-
Jacob Richman authored
* Revert "Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880)" This reverts commit ceb814aa.
-
Jacob Richman authored
Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880) This reverts commit d46e208b.
-
Jacob Richman authored
* Change all instances of '$runtimeType#$hashCode' to use the describeIdentity method. The describeIdentity method generates a shorter description with a consistent length consisting of the runtime type and the a 5 hex character long truncated version of the hash code.
-
- 24 May, 2017 1 commit
-
-
Ian Hickson authored
...and rearrange a bunch of code so that all these arguments/members are always in the same order.
-
- 27 Apr, 2017 1 commit
-
-
Ian Hickson authored
backgroundColor -> color backgroundImage -> image BackgroundImage -> DecorationImage
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 16 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 09 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 09 Dec, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Aug, 2016 1 commit
-
-
Jason Simmons authored
Image listeners installed in paint handlers need to know whether the listener is being called during the paint. Fixes https://github.com/flutter/flutter/issues/4937
-
- 07 Apr, 2016 1 commit
-
-
Adam Barth authored
Previously we lerped them backwards. Fixes #2832
-