1. 07 Jun, 2019 2 commits
  2. 06 Jun, 2019 1 commit
  3. 05 Jun, 2019 1 commit
  4. 04 Jun, 2019 1 commit
    • Gary Qian's avatar
      Text inline widgets, TextSpan rework (#33794) · 86862c1e
      Gary Qian authored
      * Merge in changes for inline widgets
      
      * Make analyzer happy, fix tests
      
      * Fix analyzer
      
      * Add missing doc
      
      * Docs on RichText
      
      * Fix analyzer some more
      
      * Remove whitespace at end of line
      
      * Update goldens
      
      * Text fixes
      
      * Analyzer
      86862c1e
  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. 18 Jan, 2019 1 commit
  7. 01 Oct, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 02 Aug, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 23 Jul, 2018 1 commit
  12. 16 Jul, 2018 2 commits
  13. 09 Jun, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 11 Jan, 2018 1 commit
  16. 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
  17. 09 Jun, 2017 1 commit
  18. 10 May, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 27 Apr, 2017 1 commit
  21. 26 Apr, 2017 1 commit
  22. 23 Apr, 2017 1 commit
  23. 21 Apr, 2017 2 commits
  24. 10 Apr, 2017 1 commit
  25. 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
  26. 07 Apr, 2017 1 commit
  27. 24 Mar, 2017 1 commit
  28. 21 Mar, 2017 1 commit
  29. 04 Mar, 2017 1 commit
  30. 21 Feb, 2017 1 commit
  31. 14 Feb, 2017 1 commit
  32. 07 Feb, 2017 2 commits
  33. 04 Feb, 2017 1 commit
  34. 31 Jan, 2017 2 commits