1. 29 Apr, 2019 1 commit
  2. 25 Apr, 2019 4 commits
  3. 23 Apr, 2019 1 commit
  4. 19 Apr, 2019 1 commit
  5. 18 Apr, 2019 1 commit
  6. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  7. 19 Mar, 2019 1 commit
  8. 07 Mar, 2019 1 commit
  9. 06 Mar, 2019 1 commit
  10. 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
  11. 27 Feb, 2019 1 commit
  12. 23 Feb, 2019 1 commit
  13. 22 Feb, 2019 1 commit
  14. 21 Feb, 2019 2 commits
  15. 15 Feb, 2019 1 commit
  16. 07 Feb, 2019 1 commit
  17. 24 Jan, 2019 1 commit
  18. 16 Jan, 2019 1 commit
  19. 20 Dec, 2018 1 commit
  20. 04 Oct, 2018 1 commit
  21. 12 Sep, 2018 1 commit
  22. 31 Aug, 2018 1 commit
  23. 30 Aug, 2018 1 commit
  24. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Clean up usage of temporary directories (#20682) · 3dec6a69
      Ian Hickson authored
      All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`.
      
      I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests.
      
      While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others.
      
      Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
      3dec6a69
  25. 16 Aug, 2018 1 commit
  26. 02 Aug, 2018 1 commit
  27. 20 Jul, 2018 1 commit
  28. 16 Jul, 2018 2 commits
  29. 25 Jun, 2018 1 commit
  30. 31 May, 2018 1 commit
  31. 10 Apr, 2018 1 commit
  32. 05 Apr, 2018 1 commit
  33. 07 Mar, 2018 1 commit
  34. 16 Feb, 2018 1 commit
  35. 15 Feb, 2018 1 commit