1. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      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
      686d8f8a
  2. 24 Sep, 2017 1 commit
  3. 04 Mar, 2017 1 commit
  4. 25 Oct, 2016 1 commit
  5. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Update engine (#3637) · 5497ba18
      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.
      5497ba18
  6. 16 Dec, 2015 1 commit
  7. 14 Dec, 2015 1 commit
  8. 10 Oct, 2015 1 commit
  9. 08 Oct, 2015 1 commit
  10. 11 Sep, 2015 2 commits
    • Adam Barth's avatar
      Disentangle FontSize from Settings · b89d790a
      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.
      b89d790a
    • Adam Barth's avatar
      ParagraphBuilder should be able to build a paragraph · 403441d2
      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.
      403441d2