1. 01 Sep, 2017 4 commits
  2. 31 Aug, 2017 13 commits
  3. 30 Aug, 2017 9 commits
  4. 29 Aug, 2017 11 commits
  5. 28 Aug, 2017 3 commits
    • Michael Goderbauer's avatar
      Semantic hit test order for Slivers (#11792) · 8ecf19d8
      Michael Goderbauer authored
      * Semantic hit test order for Slivers
      
      * ++
      
      * fix double space
      
      * refactoring
      
      * fix test
      
      * comment fix
      
      * tests
      
      * remove accidental debugDumpSemanticsTree
      
      * review comments
      
      * fix button
      8ecf19d8
    • Chris Bracken's avatar
      10e65a16
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1