1. 02 Feb, 2018 1 commit
  2. 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
  3. 02 Nov, 2017 1 commit
  4. 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
  5. 29 Sep, 2017 1 commit
  6. 15 Sep, 2017 1 commit
  7. 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
  8. 13 Sep, 2017 2 commits
  9. 01 Sep, 2017 1 commit
  10. 24 Aug, 2017 1 commit
  11. 22 Jul, 2017 1 commit
  12. 21 Jun, 2017 3 commits
  13. 12 Jun, 2017 1 commit
  14. 03 Jun, 2017 1 commit
  15. 01 Jun, 2017 1 commit
  16. 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
  17. 24 May, 2017 1 commit
  18. 21 May, 2017 1 commit
  19. 03 May, 2017 3 commits
  20. 02 May, 2017 1 commit
  21. 27 Apr, 2017 1 commit
  22. 25 Apr, 2017 1 commit
  23. 23 Apr, 2017 1 commit
  24. 20 Apr, 2017 1 commit
  25. 13 Apr, 2017 2 commits
  26. 12 Apr, 2017 1 commit
  27. 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
  28. 10 Apr, 2017 2 commits
  29. 03 Apr, 2017 1 commit
  30. 15 Mar, 2017 1 commit
  31. 14 Mar, 2017 1 commit
  32. 10 Mar, 2017 1 commit
  33. 08 Mar, 2017 1 commit