1. 08 Jun, 2018 1 commit
  2. 05 Jun, 2018 1 commit
  3. 23 May, 2018 1 commit
  4. 21 May, 2018 1 commit
  5. 17 May, 2018 1 commit
    • Greg Spencer's avatar
      Moving API doc asset URLs to point to the new location. (#17697) · ac67efbc
      Greg Spencer authored
      I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website.
      
      No documentation or code changes here, other than changing doc image URLs.
      ac67efbc
  6. 16 May, 2018 1 commit
  7. 10 May, 2018 1 commit
  8. 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
  9. 20 Apr, 2018 1 commit
  10. 16 Apr, 2018 1 commit
  11. 29 Mar, 2018 1 commit
  12. 11 Mar, 2018 1 commit
  13. 28 Feb, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 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
  16. 02 Nov, 2017 1 commit
  17. 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
  18. 29 Sep, 2017 1 commit
  19. 15 Sep, 2017 1 commit
  20. 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
  21. 13 Sep, 2017 2 commits
  22. 01 Sep, 2017 1 commit
  23. 24 Aug, 2017 1 commit
  24. 22 Jul, 2017 1 commit
  25. 21 Jun, 2017 3 commits
  26. 12 Jun, 2017 1 commit
  27. 03 Jun, 2017 1 commit
  28. 01 Jun, 2017 1 commit
  29. 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
  30. 24 May, 2017 1 commit
  31. 21 May, 2017 1 commit
  32. 03 May, 2017 3 commits
  33. 02 May, 2017 1 commit
  34. 27 Apr, 2017 1 commit
  35. 25 Apr, 2017 1 commit