1. 19 Jan, 2017 2 commits
    • 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
    • Adam Barth's avatar
      Remove Force and SpringForce (#7532) · 7d5f172a
      Adam Barth authored
      The only client of this machinery was AnimationController.fling, but
      it's easier for that function to just create the simulation it needs
      directly.
      
      Fixes #7216
      7d5f172a
  2. 18 Jan, 2017 5 commits
  3. 17 Jan, 2017 6 commits
  4. 14 Jan, 2017 2 commits
  5. 13 Jan, 2017 9 commits
  6. 12 Jan, 2017 11 commits
  7. 11 Jan, 2017 5 commits