1. 02 Mar, 2017 2 commits
    • 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
    • xster's avatar
      Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) · a76c352d
      xster authored
      * Add cupertino to gallery and add CupertinoButto
      
      * Use single quotes
      
      * Add disabled state
      
      * Some review notes
      
      * Make button animation more responsive and tweak timing
      
      * Renamed things Cupertino
      
      * Button with background, move cupertino demos, move material demos
      
      * Move 2 level list too
      
      * Refactor various demo route names
      
      * Some review notes
      
      * More reviews and add test
      
      * Linter as
      
      * Move private constant up
      a76c352d
  2. 01 Mar, 2017 20 commits
  3. 28 Feb, 2017 13 commits
  4. 27 Feb, 2017 5 commits