1. 21 Oct, 2015 7 commits
    • Hixie's avatar
      RotationTransition · 86087cbb
      Hixie authored
      A transition that rotates its contents.
      86087cbb
    • Hixie's avatar
      Make Route.build() arguments match RouteBuilder() · babba2f0
      Hixie authored
      Assert at build time that PageRoute route builders do not return null
      widget trees.
      
      Also very minor new code comments and code reorg to help make the heroes
      patch easier to review.
      
      (These are changes that are unrelated to Heroes but that were part of
      the Heroes patch.)
      babba2f0
    • Adam Barth's avatar
      Rev pub packages · 789031b5
      Adam Barth authored
      789031b5
    • Ian Hickson's avatar
      Merge pull request #1710 from Hixie/unique-key · 9e3ba111
      Ian Hickson authored
      UniqueKey
      9e3ba111
    • Adam Barth's avatar
      Rev pub packages · 7acc24e4
      Adam Barth authored
      7acc24e4
    • Hixie's avatar
      UniqueKey · 188aade2
      Hixie authored
      Sometimes you need a Key (not a GlobalKey) that is only equal to itself
      but can be used multiple times in the tree. Enter UniqueKey!
      188aade2
    • Adam Barth's avatar
      Tighten flutter's dependency on mojo · 44f6cfff
      Adam Barth authored
      The 0.2.1 release of the mojo package isn't actually compatible with Flutter
      despite claiming to be a minor release. The real fix is to make Flutter
      compatible with that release, but there are several yak shaves involved.
      44f6cfff
  2. 20 Oct, 2015 17 commits
  3. 19 Oct, 2015 16 commits