1. 18 Sep, 2019 2 commits
  2. 06 Sep, 2019 1 commit
  3. 27 Aug, 2019 1 commit
  4. 21 Aug, 2019 1 commit
  5. 19 Aug, 2019 2 commits
  6. 19 Jul, 2019 1 commit
  7. 18 Jul, 2019 1 commit
  8. 28 Jun, 2019 1 commit
  9. 19 Jun, 2019 1 commit
  10. 10 May, 2019 2 commits
  11. 09 May, 2019 1 commit
  12. 22 Mar, 2019 1 commit
  13. 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
  14. 07 Mar, 2019 1 commit
  15. 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
  16. 16 Feb, 2019 1 commit
  17. 16 Oct, 2018 1 commit
  18. 14 Sep, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 28 Aug, 2018 1 commit
  21. 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
  22. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  23. 02 Aug, 2018 1 commit
  24. 27 Jul, 2018 1 commit
  25. 23 Jul, 2018 1 commit
  26. 20 Jul, 2018 1 commit
  27. 16 Jul, 2018 2 commits
  28. 14 Jul, 2018 1 commit
  29. 09 Jul, 2018 1 commit
  30. 02 Jul, 2018 2 commits
  31. 28 Jun, 2018 1 commit
  32. 12 Mar, 2018 1 commit
  33. 23 Nov, 2017 2 commits
    • Chris Bracken's avatar
      Reorganise flutter driver implementation sources (#13163) · cf37a472
      Chris Bracken authored
      This patch reorganises flutter_driver's lib/src directory into three
      subdirectories:
      
      * driver: sources transitively imported/exported by flutter_driver.dart,
        which defines the API used by driver tests executed on the host machine.
      
      * extension: sources transitively imported/exported by
        driver_extension.dart, which defines the API used to instrument a
        Flutter app running on the target device for use with a driver test.
      
      * common: sources common to both driver and extension code.
      
      This makes rolling Flutter into repositories that use Bazel (or
      Bazel-like build systems) significantly more robust, due to the simpler
      glob patterns involved.
      cf37a472
    • Chris Bracken's avatar
  34. 22 Nov, 2017 1 commit