1. 25 Jun, 2019 1 commit
  2. 19 Jun, 2019 1 commit
  3. 18 Jun, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 11 Jun, 2019 1 commit
  6. 07 Jun, 2019 1 commit
  7. 16 May, 2019 1 commit
  8. 19 Apr, 2019 2 commits
  9. 15 Apr, 2019 1 commit
    • liyuqian's avatar
      Fix the warning test by checking stderr (#30997) · b0937a1e
      liyuqian authored
      Previously, I used the Android emulator for testing and everything
      seemed to work fine with stdout (if I remember correctly). But our
      devicelab uses real Android devices and the warnings are routed to
      stderr. Hence change stdout to stderr in the test.
      b0937a1e
  10. 11 Apr, 2019 2 commits
  11. 26 Mar, 2019 1 commit
  12. 22 Mar, 2019 1 commit
  13. 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
  14. 21 Feb, 2019 1 commit
  15. 17 Dec, 2018 1 commit
  16. 05 Nov, 2018 1 commit
  17. 17 Oct, 2018 1 commit
  18. 04 Oct, 2018 3 commits
    • Greg Spencer's avatar
      Rename module --> application in flutter create command. (#22565) · 9f23866a
      Greg Spencer authored
      This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated.
      
      flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated.
      
      I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template.
      
      Fixes #22530
      Fixes #22344
      9f23866a
    • Alexandre Ardhuin's avatar
      d340e2f2
    • Alexandre Ardhuin's avatar
      sort_constructors_first (#22575) · 2ea1d81c
      Alexandre Ardhuin authored
      2ea1d81c
  19. 02 Oct, 2018 1 commit
  20. 01 Oct, 2018 1 commit
  21. 14 Sep, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 28 Aug, 2018 1 commit
  24. 21 Aug, 2018 2 commits
  25. 17 Aug, 2018 2 commits
    • Ian Hickson's avatar
      Performance test cleanup (#20652) · 1993a673
      Ian Hickson authored
      * Fix TODO syntax.
      * Clarify messages for some timeouts, to aid debugging.
      * Increase some other timeouts that were a needlessly short, to reduce sources of flakes.
      * Remove some more timeouts that were mostly redundant, to remove complexity.
      * Minor style cleanup.
      * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
      1993a673
    • 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
  26. 06 Aug, 2018 1 commit
  27. 02 Aug, 2018 3 commits
  28. 27 Jul, 2018 1 commit
  29. 23 Jul, 2018 1 commit
  30. 20 Jul, 2018 1 commit
  31. 16 Jul, 2018 2 commits