1. 23 Apr, 2017 1 commit
  2. 17 Apr, 2017 1 commit
  3. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  4. 07 Apr, 2017 1 commit
  5. 17 Mar, 2017 1 commit
  6. 23 Feb, 2017 1 commit
  7. 19 Nov, 2016 1 commit
  8. 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
  9. 22 Aug, 2016 1 commit
  10. 18 Aug, 2016 1 commit