1. 05 Mar, 2017 1 commit
  2. 04 Mar, 2017 1 commit
  3. 03 Mar, 2017 1 commit
  4. 21 Feb, 2017 1 commit
    • Adam Barth's avatar
      Call onPageChanged at the halfway mark (#8302) · 862fc051
      Adam Barth authored
      Previously we called onPageChanged when the scroll ended, but that is too late.
      Now we call onPageChanged when we cross the halfway mark, which, for example,
      makes the tab indicator update earlier.
      
      Fixes #8265
      862fc051
  5. 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
  6. 18 Feb, 2017 1 commit
  7. 08 Feb, 2017 1 commit
  8. 07 Feb, 2017 1 commit
    • 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
  9. 04 Feb, 2017 1 commit
  10. 03 Feb, 2017 1 commit
    • Adam Barth's avatar
      Add PageView (#7809) · 32314657
      Adam Barth authored
      This widget is a start towards replacing PageableList. There are still a number
      of features that we'll need to add before this widget can replace PageableList.
      32314657