1. 18 Sep, 2015 2 commits
    • Adam Barth's avatar
      Move theme into material.dart · 4467a268
      Adam Barth authored
      Also, introduce Colors and Typography to hold the material colors and the
      typography declarations. Previously we expected clients of these libraries to
      import them into a namespace, but that doesn't play nice with re-exporting them
      from material.dart.
      4467a268
    • Hixie's avatar
      Handle the case of a Widget being moved down · 499d8322
      Hixie authored
      When we sync() a Component, we need to clear the old Component's _child
      pointer, otherwise if we reuse that Component we'll get confused about
      what the old child is.
      499d8322
  2. 17 Sep, 2015 16 commits
  3. 16 Sep, 2015 22 commits