1. 23 Feb, 2017 1 commit
  2. 22 Feb, 2017 1 commit
  3. 21 Feb, 2017 5 commits
  4. 19 Feb, 2017 1 commit
    • Adam Barth's avatar
      PageView should be able to resize from zero (#8286) · df149c0b
      Adam Barth authored
      When resizing a PageView from 0x0, we weren't sure what the old page
      number was because all the pages are collapsed at zero. Now we avoid the
      divide by zero and default to the initialPage.
      
      Fixes #8285
      df149c0b
  5. 18 Feb, 2017 1 commit
  6. 17 Feb, 2017 4 commits
  7. 16 Feb, 2017 4 commits
  8. 15 Feb, 2017 4 commits
  9. 14 Feb, 2017 5 commits
  10. 11 Feb, 2017 1 commit
  11. 10 Feb, 2017 1 commit
  12. 09 Feb, 2017 6 commits
  13. 08 Feb, 2017 4 commits
  14. 07 Feb, 2017 2 commits
    • Adam Barth's avatar
      Add PageController (#7948) · 2eb4f2c3
      Adam Barth authored
      This patch improves PageView to the point where we can use it in the date
      picker. Specifically, you now get onPageChanged notifications and you can
      control which page is visible using a PageController.
      2eb4f2c3
    • Adam Barth's avatar
      Make ensureVisible work with sliver-based viewports (#7920) · 6ddd0bb4
      Adam Barth authored
      There appears to be an issue with children before the center widget.
      I've filled a bug about that issue and will follow up in a later patch.
      6ddd0bb4