- 15 Mar, 2017 1 commit
-
-
Adam Barth authored
Also, add a few other random dartdocs that I encountered along the way.
-
- 02 Feb, 2017 1 commit
-
-
Ian Hickson authored
Also, tweak Banner a bit so you can set the color and text style. Also, cache the text painter between paints.
-
- 31 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 16 Sep, 2016 1 commit
-
-
Ian Hickson authored
See #4434.
-
- 20 Jul, 2016 1 commit
-
-
Eric Seidel authored
so that folks have some prayer of figuring out from our docs how to turn it off. :) @Hixie
-
- 14 Jun, 2016 2 commits
- 03 Jun, 2016 1 commit
-
-
Adam Barth authored
This patch starts working through the missing dartdocs in widgets.dart.
-
- 07 May, 2016 1 commit
-
-
Adam Barth authored
TextAlign applies to a whole paragraph instead of applying to an individual text span. This patch moves the property out of TextStyle and into a separate property on Text and RichText.
-
- 29 Apr, 2016 2 commits
-
-
Adam Barth authored
Also add dartdocs.
-
Adam Barth authored
Instead of using properties, TextPainter now receives min and max width as parameters to layout. Also, this patch integrates the intrinsic sizing logic into the main layout function, which satisfies all the existing uses cases.
-
- 01 Apr, 2016 1 commit
-
-
Ian Hickson authored
-
- 19 Mar, 2016 1 commit
-
-
Andrew Wilson authored
-