1. 25 May, 2018 4 commits
  2. 24 May, 2018 11 commits
  3. 23 May, 2018 5 commits
  4. 22 May, 2018 8 commits
  5. 21 May, 2018 9 commits
  6. 19 May, 2018 1 commit
  7. 18 May, 2018 2 commits
    • Greg Spencer's avatar
      Speed up AnimatedSwitcher. (#17265) · 1f5fcb74
      Greg Spencer authored
      This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily.
      
      This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
      1f5fcb74
    • Christopher Araüjo's avatar
      Added onChangeStart and onChangeEnd to CupertinoSlider (#17535) · 8a4db32b
      Christopher Araüjo authored
      This is a follow up on issue #17169 and the pull request #17298
      
      This pull request adds the onChangeStart and onChangeEnd callbacks for CupertinoSlider. These are called when a user starts and ends a change respectively.
      
      Pushing for @dcaraujo0872, the PR author.
      8a4db32b