1. 15 Mar, 2023 1 commit
  2. 10 Nov, 2022 1 commit
  3. 30 Jul, 2022 1 commit
  4. 24 May, 2022 1 commit
  5. 27 Apr, 2022 1 commit
  6. 30 Oct, 2021 1 commit
  7. 08 Oct, 2021 3 commits
  8. 15 Apr, 2021 1 commit
  9. 06 Apr, 2021 1 commit
  10. 26 Feb, 2021 1 commit
  11. 12 Feb, 2021 1 commit
  12. 08 Feb, 2021 1 commit
  13. 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
  14. 29 Jan, 2021 1 commit
  15. 28 Jan, 2021 1 commit
  16. 27 Jan, 2021 1 commit
  17. 25 Jan, 2021 1 commit
  18. 05 Oct, 2020 1 commit
  19. 27 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: avoid creating Android Devices if AndroidSDK cannot be found (#64665) · 401d401c
      Jonah Williams authored
      Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs.
      
      In general, not much can be done with an Android Device if the actual SDK is not installed.
      
      Reland with fixed code + tests for null SDK + adb in AndroidDeviceDiscovery
      401d401c
  20. 28 Jul, 2020 1 commit
  21. 16 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add feature for iOS, android, and fuchsia (#61481) · 859fce90
      Jonah Williams authored
      Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend.
      
      Updates android, ios, fuchsia workflows to use feature flags check.
      Removes concept of stable artifacts and checks on flutter version.
      
      Fixes #58999
      #52859
      #12768
      859fce90
  22. 27 May, 2020 1 commit
  23. 20 May, 2020 1 commit
  24. 19 May, 2020 2 commits
  25. 18 Mar, 2020 1 commit
  26. 13 Mar, 2020 3 commits
  27. 12 Mar, 2020 1 commit