1. 16 Mar, 2017 1 commit
  2. 15 Mar, 2017 1 commit
  3. 04 Mar, 2017 1 commit
  4. 20 Jan, 2017 1 commit
  5. 19 Jan, 2017 1 commit
    • Adam Barth's avatar
      Improve Route lifecycle (#7526) · 23361d5a
      Adam Barth authored
      Previously the navigator wouldn't always call Route.dispose when it was
      removed from the tree. After this patch, the navigator remembers popped
      routes so that it can call dispose on them when it is removed from the
      tree.
      
      Also, improve some error messages around calling dispose() more than
      once on routes and AnimationControllers.
      
      Fixes #7457
      23361d5a
  6. 11 Jan, 2017 1 commit
  7. 17 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. 04 Aug, 2016 1 commit
  10. 24 Jun, 2016 1 commit
  11. 23 Jun, 2016 2 commits
  12. 13 Jun, 2016 1 commit
  13. 04 May, 2016 1 commit
  14. 22 Apr, 2016 1 commit
  15. 02 Mar, 2016 1 commit
  16. 27 Feb, 2016 1 commit
    • Adam Barth's avatar
      Elide fewer AnimationStatus callbacks · 25ab5555
      Adam Barth authored
      Previously we would elide forward and reverse callbacks that canceled each
      other out, which broke the expected state machine. Now we synchronously deliver
      status callbacks when start an animation.
      
      Fixes #1913
      25ab5555
  17. 21 Feb, 2016 1 commit