1. 12 Jun, 2017 1 commit
  2. 09 Jun, 2017 1 commit
  3. 08 Jun, 2017 1 commit
  4. 06 Jun, 2017 1 commit
  5. 14 Mar, 2017 1 commit
  6. 13 Mar, 2017 1 commit
  7. 04 Mar, 2017 1 commit
  8. 02 Mar, 2017 1 commit
    • Chris Bracken's avatar
      Better defaulting for scroll view primary-ness (#8506) · 52715467
      Chris Bracken authored
      * Improved defaults for scroll view primary-ness
      
      * Vertical scroll views default to primary:true.
      * Horizontal scroll views default to primary:false.
      * If a scroll view is primary and it got a non-null inherited primary
        scroll controller, it introduces a primary scroll controller inherited
        with a value of null for its descendants.
      
      ScrollController now multiplexes writes to all registered positions;
      reads of position continue to assert that only one position is
      registered. Reads still require a single position.
      52715467
  9. 01 Mar, 2017 1 commit
  10. 18 Feb, 2017 1 commit
  11. 17 Feb, 2017 2 commits
  12. 09 Feb, 2017 1 commit
  13. 07 Feb, 2017 2 commits
    • Adam Barth's avatar
      Add ScrollController.initialScrollOffset (#7916) · 06f879b5
      Adam Barth authored
      Also, move the creation of the ScrollPosition to ScrollController.
      
      Finally, remove TestScrollable in favor of CustomScrollView, which is the
      production version of this widget.
      06f879b5
    • Adam Barth's avatar
      Add ScrollController (#7910) · 7f2dc470
      Adam Barth authored
      If you pass a ScrollController to a Scrollable2, you can use the controller to
      read and write the scroll offset without having to find the Scrollable2State
      object.
      7f2dc470