1. 17 Apr, 2021 1 commit
  2. 16 Apr, 2021 1 commit
  3. 13 Apr, 2021 1 commit
  4. 05 Apr, 2021 1 commit
  5. 16 Mar, 2021 1 commit
  6. 05 Mar, 2021 1 commit
  7. 08 Feb, 2021 1 commit
  8. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  9. 27 Jan, 2021 1 commit
  10. 06 Nov, 2020 1 commit
  11. 28 Oct, 2020 1 commit
  12. 26 Oct, 2020 1 commit
  13. 13 Oct, 2020 1 commit
  14. 12 Oct, 2020 1 commit
  15. 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
  16. 06 Oct, 2020 2 commits
  17. 30 Sep, 2020 1 commit
  18. 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
  19. 16 Sep, 2020 1 commit
  20. 23 Jul, 2020 1 commit
  21. 17 Jul, 2020 1 commit
  22. 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
  23. 10 Jun, 2020 1 commit
  24. 27 May, 2020 1 commit
  25. 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
  26. 11 May, 2020 1 commit
  27. 22 Apr, 2020 1 commit
  28. 16 Apr, 2020 1 commit
  29. 06 Apr, 2020 1 commit
  30. 25 Mar, 2020 3 commits
  31. 19 Mar, 2020 1 commit
  32. 18 Mar, 2020 1 commit
  33. 16 Mar, 2020 1 commit
  34. 12 Mar, 2020 1 commit
  35. 06 Mar, 2020 1 commit
  36. 04 Mar, 2020 2 commits