- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 20 Jul, 2018 1 commit
-
-
Greg Spencer authored
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 31 May, 2018 1 commit
-
-
Dan Field authored
* Expose Gradient.radial * cleanup doc * update tests, null check * add asset images
-
- 30 May, 2018 1 commit
-
-
Victor Choueiri authored
This PR adds a SweepGradient class, extending Gradient to expose the engine's ui.Gradient.sweep shader. Similar to LinearGradient and RadialGradient - SweepGradients can be used in a BoxDecoration or passed to a Paint's shader.
-
- 21 Mar, 2018 1 commit
-
-
Keenan authored
Also adds test for interpolating gradient stops.
-
- 01 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Jan, 2018 1 commit
-
-
Ian Hickson authored
-
- 07 Dec, 2017 1 commit
-
-
Jacob Richman authored
Make regular Alignment values look more like enumProperties while leaving more complex AlignmentDirectional values unchanged.
-
- 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.
-
- 02 Oct, 2017 1 commit
-
-
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.
-
- 22 Sep, 2017 2 commits
-
-
Ian Hickson authored
This reverts commit 4a04de5e.
-
Ian Hickson authored
* Revert "Pin args to 0.13.7 to avoid version conflict (#12208)" This reverts commit 63802b3d. * Revert "LinearGradient and RadialGradient RTL (#12204)" This reverts commit daedbc84.
-
- 21 Sep, 2017 1 commit
-
-
Ian Hickson authored
-