1. 21 May, 2019 1 commit
  2. 06 May, 2019 2 commits
  3. 29 Apr, 2019 1 commit
  4. 07 Mar, 2019 1 commit
  5. 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
  6. 26 Feb, 2019 1 commit
  7. 07 Jan, 2019 1 commit
  8. 01 Oct, 2018 1 commit
  9. 13 Sep, 2018 1 commit
  10. 12 Sep, 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. 27 Jun, 2018 1 commit
  16. 08 Jun, 2018 1 commit
  17. 05 Jun, 2018 1 commit
  18. 23 May, 2018 1 commit
  19. 04 May, 2018 1 commit
  20. 03 May, 2018 1 commit
  21. 25 Apr, 2018 1 commit
  22. 23 Apr, 2018 1 commit
    • Yegor's avatar
      a11y traversal: sort locally; use new sorting algorithm (#16253) · d3540962
      Yegor authored
      New a11y traversal:
      
      - sort direct sibling SemanticsNodes only
      - use new sorting algorithm
      - implement RTL
      - test semantics in traversal order by default
      - add AppBar traversal test
      - breaking: remove nextNodeId/previousNodeId from the framework
      - breaking: remove DebugSemanticsDumpOrder.geometricOrder
      d3540962
  23. 09 Mar, 2018 1 commit
  24. 28 Feb, 2018 1 commit
  25. 01 Feb, 2018 1 commit
  26. 11 Jan, 2018 1 commit
  27. 21 Dec, 2017 1 commit
  28. 09 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Remove bottom padding in SliverAppBar (#13471) · 355ebef5
      Chris Bracken authored
      Removes bottom padding from the child AppBar in SliverAppBar. Scaffold
      already does this for its own app bars, but sliver app bars in the body
      should also apply the bottom padding removal.
      
      Fixes flutter/flutter#13458
      355ebef5
  29. 07 Oct, 2017 1 commit
  30. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  31. 29 Sep, 2017 1 commit
  32. 14 Sep, 2017 1 commit
    • Mehmet Fidanboylu's avatar
      Allow apps to change the title spacing in app bar. (#12076) · f3b3ff47
      Mehmet Fidanboylu authored
      * Allow apps to change the title margin in app bar.
      
      * Fix documentation links and the shouldLayout function in the _ToolbarLayout
      
      * Rename margin to spacing
      
      * review comments
      
      * Test fixes. Now we also test the width to make sure enough space is left for trailing widget
      
      * Expose the middle spacing default and use it in app bar.
      
      * Fix analyzer break
      
      * Doc fixes due to review
      f3b3ff47
  33. 08 Sep, 2017 1 commit
  34. 01 Sep, 2017 1 commit
  35. 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
  36. 22 Jul, 2017 1 commit
  37. 01 Jun, 2017 1 commit
  38. 24 May, 2017 1 commit