1. 18 Sep, 2015 1 commit
    • 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
  2. 25 Aug, 2015 1 commit
  3. 11 Aug, 2015 1 commit
    • Adam Barth's avatar
      Use ImageResource instead of Future<sky.Image> · 9f228349
      Adam Barth authored
      Using ImageResource solves two problems:
      
      1) Listeners can be notified synchronously when the sky.Image is already
         available. This change removes flash of 0x0 layout when moving an
         already-cached image around in the render tree.
      
      2) In the future, when we support animated images, we can notify listeners
         multiple times whenever a new image is available.
      9f228349
  4. 08 Aug, 2015 1 commit
  5. 28 Jul, 2015 2 commits
  6. 16 Jul, 2015 1 commit