- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 24 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 25 Oct, 2016 1 commit
-
-
Jason Simmons authored
-
- 29 Apr, 2016 1 commit
-
-
Adam Barth authored
Turns out there were more clients of the old paragraph API than I expected. This patch migrates them to the new API.
-
- 16 Dec, 2015 1 commit
-
-
Ian Hickson authored
-
- 14 Dec, 2015 1 commit
-
-
Ian Hickson authored
-
- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 08 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 11 Sep, 2015 2 commits
-
-
Adam Barth authored
Instead, just store the default font sizes in statics. These statics are constants for now, but we'll probably make them configurable at some point.
-
Adam Barth authored
This patch start down the road of implementing text layout and painting without the DOM. We can construct a basic paragraph consisting of a single run of text and we can get through layout without crashing.
-