1. 09 Feb, 2017 2 commits
  2. 06 Feb, 2017 1 commit
  3. 02 Feb, 2017 1 commit
  4. 31 Jan, 2017 1 commit
  5. 30 Jan, 2017 1 commit
  6. 29 Jan, 2017 1 commit
  7. 28 Jan, 2017 1 commit
  8. 27 Jan, 2017 1 commit
  9. 26 Jan, 2017 1 commit
  10. 21 Jan, 2017 1 commit
  11. 18 Jan, 2017 1 commit
  12. 11 Jan, 2017 2 commits
  13. 09 Dec, 2016 1 commit
  14. 21 Nov, 2016 1 commit
  15. 19 Nov, 2016 1 commit
  16. 18 Nov, 2016 1 commit
  17. 16 Nov, 2016 4 commits
  18. 15 Nov, 2016 1 commit
  19. 14 Nov, 2016 1 commit
  20. 12 Nov, 2016 1 commit
  21. 10 Nov, 2016 1 commit
  22. 09 Nov, 2016 2 commits
  23. 07 Nov, 2016 1 commit
  24. 03 Nov, 2016 2 commits
  25. 02 Nov, 2016 1 commit
  26. 01 Nov, 2016 1 commit
  27. 31 Oct, 2016 1 commit
  28. 28 Oct, 2016 1 commit
  29. 25 Oct, 2016 1 commit
  30. 17 Oct, 2016 2 commits
  31. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  32. 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