1. 06 Nov, 2020 1 commit
  2. 28 Oct, 2020 1 commit
  3. 26 Oct, 2020 1 commit
  4. 13 Oct, 2020 1 commit
  5. 12 Oct, 2020 1 commit
  6. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to... · cba84d51
      Jonah Williams authored
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240)
      
      Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system.
      
      #47161
      cba84d51
  7. 06 Oct, 2020 2 commits
  8. 30 Sep, 2020 1 commit
  9. 29 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] do not error flutter doctor on missing AS/intellij plugins (#66782) · 9bc533c9
      Jonah Williams authored
      In cases where the Intellij/AS plugins are not located, display links to where they can be downloaded but do not surface an error. This should generally reduce confusion about whether the plugins are required for every installed IDE. For example, frequently users may only install AS so that they can install the Android SDK - or they may have multiple copies of Intellij installed.
      
      For example: #66762
      9bc533c9
  10. 16 Sep, 2020 1 commit
  11. 23 Jul, 2020 1 commit
  12. 17 Jul, 2020 1 commit
  13. 13 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] cleanups to web runner functionality (#61178) · e666ea8d
      Jonah Williams authored
      Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args)
      
      - Fixes #59643
      - Fixes #55084
      - Fixes #60417
      e666ea8d
  14. 10 Jun, 2020 1 commit
  15. 27 May, 2020 1 commit
  16. 16 May, 2020 1 commit
    • stuartmorgan's avatar
      Switch to CMake for Linux desktop (#57238) · 8abf0a6d
      stuartmorgan authored
      Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja.
      
      Also updates doctor to check for cmake and ninja in place of make.
      
      Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue.
      
      Fixes #52751
      8abf0a6d
  17. 11 May, 2020 1 commit
  18. 22 Apr, 2020 1 commit
  19. 16 Apr, 2020 1 commit
  20. 06 Apr, 2020 1 commit
  21. 25 Mar, 2020 3 commits
  22. 19 Mar, 2020 1 commit
  23. 18 Mar, 2020 1 commit
  24. 16 Mar, 2020 1 commit
  25. 12 Mar, 2020 1 commit
  26. 06 Mar, 2020 1 commit
  27. 04 Mar, 2020 2 commits
  28. 28 Feb, 2020 3 commits
  29. 27 Feb, 2020 4 commits
  30. 26 Feb, 2020 2 commits