1. 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
  2. 18 Jan, 2019 1 commit
  3. 01 Oct, 2018 1 commit
  4. 12 Sep, 2018 1 commit
  5. 02 Aug, 2018 1 commit
  6. 27 Jul, 2018 1 commit
  7. 23 Jul, 2018 1 commit
  8. 16 Jul, 2018 2 commits
  9. 09 Jun, 2018 1 commit
  10. 02 Feb, 2018 1 commit
  11. 11 Jan, 2018 1 commit
  12. 15 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding in complex layout benchmark drawer header (#13610) · 2c0c9ba9
      Chris Bracken authored
      By default BoxScrollView (and hence ListView, which is a subclass)
      padding is the media padding along its scroll axis in order to avoid
      placing list items within areas where user interaction should be
      minimised -- e.g. under the status bar, or in and around the iPhone X
      notch in landscape mode.
      
      In cases where a list item should occupy the padding area, developers
      should set the ListView padding to EdgeInsets.zero so as not to pick up
      the default media padding. For widgets inside the drawer that should
      avoid safe areas, developers can add a SafeArea widget.
      2c0c9ba9
  13. 09 Jun, 2017 1 commit
  14. 10 May, 2017 1 commit
  15. 03 May, 2017 1 commit
  16. 27 Apr, 2017 1 commit
  17. 26 Apr, 2017 1 commit
  18. 23 Apr, 2017 1 commit
  19. 21 Apr, 2017 2 commits
  20. 10 Apr, 2017 1 commit
  21. 08 Apr, 2017 2 commits
    • Alexandre Ardhuin's avatar
      upgrade to linter-0.1.30 (#9297) · 610955f8
      Alexandre Ardhuin authored
      * upgrade to linter-0.1.30
      
      * add prefer_is_empty lint
      * add directives_ordering lint
      * add no_adjacent_strings_in_list lint
      * add no_duplicate_case_values lint
      * add prefer_collection_literals lint
      * add prefer_const_constructors lint
      * add prefer_contains lint
      * add prefer_initializing_formals lint
      * add unnecessary_null_aware_assignments lint
      * add unnecessary_null_in_if_null_operators lint
      610955f8
    • Ian Hickson's avatar
      Rename BlockBody to ListBody. (#9291) · ebe6da5b
      Ian Hickson authored
      Nobody knew what a Block was.
      ebe6da5b
  22. 07 Apr, 2017 1 commit
  23. 24 Mar, 2017 1 commit
  24. 21 Mar, 2017 1 commit
  25. 04 Mar, 2017 1 commit
  26. 21 Feb, 2017 1 commit
  27. 14 Feb, 2017 1 commit
  28. 07 Feb, 2017 2 commits
  29. 04 Feb, 2017 1 commit
  30. 31 Jan, 2017 3 commits
  31. 26 Jan, 2017 1 commit
  32. 09 Jan, 2017 1 commit
  33. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  34. 29 Jul, 2016 1 commit
    • Dragoș Tiselice's avatar
      Added BorderRadius. (#5072) · f3444fcf
      Dragoș Tiselice authored
      * Added custom radii to RRect.
      
      This is the first commit towads an implementation of
      MergeableMaterial. It adds custom radii to RRect.
      
      * Renamed RRect constructors and added BorderRadius.
      
      BorderRadius is a class similar to EdgeInsets that lets you define
      all rounded corners of a rounded rectangle easily.
      f3444fcf