1. 04 Oct, 2019 2 commits
  2. 17 Sep, 2019 1 commit
  3. 22 Jul, 2019 1 commit
  4. 07 Jun, 2019 1 commit
  5. 19 Apr, 2019 1 commit
  6. 11 Apr, 2019 2 commits
  7. 04 Oct, 2018 2 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
  8. 01 Oct, 2018 1 commit
  9. 12 Sep, 2018 1 commit
  10. 28 Aug, 2018 1 commit
  11. 17 Aug, 2018 1 commit
    • 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
  12. 02 Aug, 2018 1 commit
  13. 27 Jul, 2018 1 commit
  14. 23 Jul, 2018 1 commit
  15. 20 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 12 Jul, 2018 3 commits
  18. 11 Jul, 2018 2 commits
  19. 27 Jun, 2018 1 commit
  20. 15 Jun, 2018 2 commits
  21. 05 Jun, 2018 1 commit
  22. 04 May, 2018 2 commits
  23. 07 Dec, 2017 4 commits
  24. 04 Apr, 2017 1 commit
  25. 28 Mar, 2017 1 commit
  26. 04 Mar, 2017 1 commit
  27. 21 Feb, 2017 1 commit
  28. 26 Jan, 2017 1 commit