1. 10 May, 2018 1 commit
  2. 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
  3. 20 Apr, 2018 1 commit
  4. 16 Apr, 2018 1 commit
  5. 29 Mar, 2018 1 commit
  6. 11 Mar, 2018 1 commit
  7. 28 Feb, 2018 1 commit
  8. 02 Feb, 2018 1 commit
  9. 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
  10. 02 Nov, 2017 1 commit
  11. 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
  12. 29 Sep, 2017 1 commit
  13. 15 Sep, 2017 1 commit
  14. 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
  15. 13 Sep, 2017 2 commits
  16. 01 Sep, 2017 1 commit
  17. 24 Aug, 2017 1 commit
  18. 22 Jul, 2017 1 commit
  19. 21 Jun, 2017 3 commits
  20. 12 Jun, 2017 1 commit
  21. 03 Jun, 2017 1 commit
  22. 01 Jun, 2017 1 commit
  23. 27 May, 2017 1 commit
    • Ian Hickson's avatar
      Much work on the documentation (#10331) · f50caddf
      Ian Hickson authored
      Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details.
      
      Clarified "elevation" throughout.
      
      Added docs to InkResponse and InkWell.
      
      Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid.
      
      Fixes #10317.
      Fixes #10316.
      Fixes #10267. (sort of, see comment therein)
      Fixes #9331. (sort of, see comment therein)
      Fixes #9407. (sort of, see comment therein)
      f50caddf
  24. 24 May, 2017 1 commit
  25. 21 May, 2017 1 commit
  26. 03 May, 2017 3 commits
  27. 02 May, 2017 1 commit
  28. 27 Apr, 2017 1 commit
  29. 25 Apr, 2017 1 commit
  30. 23 Apr, 2017 1 commit
  31. 20 Apr, 2017 1 commit
  32. 13 Apr, 2017 2 commits
  33. 12 Apr, 2017 1 commit
  34. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc