1. 19 Jan, 2017 4 commits
    • Adam Barth's avatar
      InkSplash and InkHighlight shouldn't be special (#7531) · 9f36737f
      Adam Barth authored
      Previously, these classes where in material.dart, which meant they could
      access private interfaces in that library. This patch moves them out
      into their own files so that they need to play by the rules of the
      public API.
      
      Fixes #5969
      9f36737f
    • Adam Barth's avatar
      CustomSingleChildLayout should be able to resize (#7528) · 712eb969
      Adam Barth authored
      It's not correct to set sizedByParent for
      RenderCustomSingleChildLayoutBox because the delegate's size function
      might depend on information other than the incoming constraints.
      712eb969
    • 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 3 commits