1. 18 Aug, 2021 1 commit
  2. 29 Jul, 2021 1 commit
  3. 01 Jul, 2021 1 commit
  4. 14 Jun, 2021 1 commit
  5. 01 Jun, 2021 1 commit
  6. 23 Apr, 2021 1 commit
  7. 08 Apr, 2021 1 commit
  8. 03 Apr, 2021 1 commit
  9. 19 Mar, 2021 2 commits
  10. 13 Mar, 2021 1 commit
  11. 06 Mar, 2021 1 commit
  12. 11 Feb, 2021 1 commit
  13. 08 Feb, 2021 1 commit
  14. 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
  15. 27 Jan, 2021 1 commit
  16. 26 Jan, 2021 1 commit
  17. 25 Jan, 2021 1 commit
  18. 21 Jan, 2021 1 commit
  19. 16 Dec, 2020 1 commit
  20. 12 Nov, 2020 1 commit
  21. 02 Nov, 2020 1 commit
  22. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] pretty print hot reload rejection error (#66701) · bdb830a8
      Jonah Williams authored
      If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal.
      
      Fixes #64027
      bdb830a8
  23. 05 Oct, 2020 1 commit
  24. 29 Sep, 2020 1 commit
  25. 19 Sep, 2020 1 commit
  26. 15 Sep, 2020 1 commit
  27. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  28. 29 Jul, 2020 1 commit
  29. 21 Jul, 2020 2 commits
  30. 20 Jul, 2020 3 commits
  31. 16 Jul, 2020 2 commits
  32. 15 Jul, 2020 1 commit
  33. 14 Jul, 2020 3 commits