1. 19 Nov, 2016 1 commit
  2. 03 Nov, 2016 1 commit
  3. 26 Sep, 2016 1 commit
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  4. 16 Sep, 2016 1 commit
  5. 14 Sep, 2016 1 commit
  6. 02 Sep, 2016 1 commit
  7. 17 Aug, 2016 1 commit
  8. 15 Aug, 2016 1 commit
    • Dragoș Tiselice's avatar
      Added global keys to Material slices. (#5386) · c0a71e34
      Dragoș Tiselice authored
      Because parent structure changes when slices gets separated and
      merged, children widgets can be rebuilt redundantly. This commit
      adds a global key to each child so that the framework always knows
      its children apart.
      c0a71e34
  9. 11 Aug, 2016 1 commit