1. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  2. 06 Mar, 2019 1 commit
  3. 18 Dec, 2018 1 commit
  4. 08 Nov, 2018 1 commit
  5. 05 Nov, 2018 1 commit
  6. 17 Oct, 2018 1 commit
  7. 01 Oct, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 07 Sep, 2018 1 commit
  10. 10 Aug, 2018 1 commit
  11. 02 Aug, 2018 1 commit
  12. 27 Jul, 2018 1 commit
  13. 23 Jul, 2018 1 commit
  14. 16 Jul, 2018 2 commits
  15. 05 Jun, 2018 1 commit
  16. 25 Apr, 2018 1 commit
  17. 20 Mar, 2018 1 commit
  18. 21 Dec, 2017 1 commit
  19. 08 Nov, 2017 1 commit
  20. 20 Oct, 2017 1 commit
  21. 11 Oct, 2017 1 commit
  22. 05 Oct, 2017 1 commit
  23. 27 Sep, 2017 1 commit
  24. 24 Sep, 2017 1 commit
  25. 22 Sep, 2017 3 commits
  26. 15 Sep, 2017 1 commit
  27. 01 Sep, 2017 4 commits
  28. 31 Aug, 2017 1 commit
  29. 28 Aug, 2017 1 commit
    • 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
  30. 24 Aug, 2017 1 commit