1. 18 Sep, 2015 5 commits
    • Adam Barth's avatar
      SkySprites should import the public libraries · 490b2287
      Adam Barth authored
      Importing the public libraries caused a name conflict with dart:sky because we
      assume people will import dart:sky into a namespace, so I've also changed
      skysprites to import dart:sky into a namespace.
      490b2287
    • Adam Barth's avatar
      Lift docs from Markdown to dartdoc · 62458b7b
      Adam Barth authored
      I've also removed the top-level description of the Sky package. Instead, we
      should host that content on flutter.io.
      62458b7b
    • Hixie's avatar
      Provide hooks for when exceptions are thrown. · 01778c48
      Hixie authored
      This might be helpful for #1219.
      
      Also, remove inDebugMode since it's redundant with just using asserts,
      which compile entirely out in release mode.
      01778c48
    • 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 19 commits