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