1. 01 Jul, 2021 1 commit
  2. 14 Jun, 2021 1 commit
  3. 01 Jun, 2021 1 commit
  4. 23 Apr, 2021 1 commit
  5. 08 Apr, 2021 1 commit
  6. 03 Apr, 2021 1 commit
  7. 19 Mar, 2021 2 commits
  8. 13 Mar, 2021 1 commit
  9. 06 Mar, 2021 1 commit
  10. 11 Feb, 2021 1 commit
  11. 08 Feb, 2021 1 commit
  12. 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
  13. 27 Jan, 2021 1 commit
  14. 26 Jan, 2021 1 commit
  15. 25 Jan, 2021 1 commit
  16. 21 Jan, 2021 1 commit
  17. 16 Dec, 2020 1 commit
  18. 12 Nov, 2020 1 commit
  19. 02 Nov, 2020 1 commit
  20. 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
  21. 05 Oct, 2020 1 commit
  22. 29 Sep, 2020 1 commit
  23. 19 Sep, 2020 1 commit
  24. 15 Sep, 2020 1 commit
  25. 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
  26. 29 Jul, 2020 1 commit
  27. 21 Jul, 2020 2 commits
  28. 20 Jul, 2020 3 commits
  29. 16 Jul, 2020 2 commits
  30. 15 Jul, 2020 1 commit
  31. 14 Jul, 2020 3 commits
  32. 10 Jul, 2020 2 commits