- 20 Jul, 2018 1 commit
-
-
Greg Spencer authored
-
- 05 Jun, 2018 1 commit
-
-
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.
-
- 17 May, 2018 1 commit
-
-
Greg Spencer authored
I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website. No documentation or code changes here, other than changing doc image URLs.
-
- 21 Mar, 2018 1 commit
-
-
Keenan authored
Also adds test for interpolating gradient stops.
-
- 09 Jan, 2018 1 commit
-
-
Ian Hickson authored
-
- 21 Dec, 2017 1 commit
-
-
Ian Hickson authored
This cleans up lerp, lerpFrom, lerpTo, and scale methods, and their documentation. Fixes https://github.com/flutter/flutter/issues/12377.
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 09 Nov, 2017 1 commit
-
-
Devon Carew authored
-
- 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.
-
- 28 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 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
-
- 20 Sep, 2017 1 commit
-
-
Ian Hickson authored
-