1. 29 Apr, 2019 1 commit
  2. 21 Mar, 2019 1 commit
  3. 19 Mar, 2019 1 commit
  4. 18 Mar, 2019 1 commit
  5. 14 Mar, 2019 1 commit
  6. 12 Mar, 2019 1 commit
  7. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  8. 21 Feb, 2019 1 commit
  9. 09 Jan, 2019 1 commit
  10. 08 Jan, 2019 1 commit
  11. 07 Jan, 2019 1 commit
  12. 01 Oct, 2018 1 commit
  13. 13 Sep, 2018 1 commit
  14. 12 Sep, 2018 1 commit
  15. 02 Aug, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 16 Jul, 2018 2 commits
  19. 05 Jun, 2018 1 commit
  20. 10 May, 2018 1 commit
  21. 04 May, 2018 1 commit
  22. 09 Mar, 2018 1 commit
  23. 16 Feb, 2018 1 commit
  24. 15 Feb, 2018 1 commit
  25. 02 Feb, 2018 1 commit
  26. 27 Jan, 2018 1 commit
  27. 19 Jan, 2018 1 commit
  28. 21 Dec, 2017 1 commit
  29. 25 Oct, 2017 1 commit
  30. 01 Sep, 2017 1 commit
  31. 31 Aug, 2017 1 commit
  32. 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
  33. 21 Jul, 2017 1 commit
  34. 19 Jul, 2017 1 commit
  35. 27 Apr, 2017 1 commit
    • Adam Barth's avatar
      Add NestedScrollView (#9640) · 744c9126
      Adam Barth authored
      A NestedScrollView lets you implement patterns where you have a header, tabs,
      and additional scrollers inside the tabs.
      
      Fixes #8359
      744c9126