1. 20 Jan, 2022 1 commit
  2. 05 Jan, 2022 1 commit
  3. 22 Dec, 2021 1 commit
  4. 13 Dec, 2021 1 commit
  5. 30 Oct, 2021 1 commit
  6. 19 Oct, 2021 2 commits
  7. 14 Oct, 2021 2 commits
  8. 11 Oct, 2021 1 commit
  9. 01 Jun, 2021 1 commit
  10. 19 May, 2021 1 commit
  11. 14 May, 2021 1 commit
  12. 01 Apr, 2021 1 commit
  13. 31 Mar, 2021 1 commit
  14. 24 Mar, 2021 1 commit
  15. 08 Feb, 2021 1 commit
  16. 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
  17. 27 Jan, 2021 1 commit
  18. 26 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] Make ApplicationPackageFactory inject dependencies for Android Builds (#67827) · e0ec9a06
      Jonah Williams authored
      * [flutter_tools] simplication of application store logic
      
      * maybe return null
      
      * fix install tests
      
      * Clean up imports
      
      * revert windows test
      
      * remove unused import
      e0ec9a06
    • Jonah Williams's avatar
      [flutter_tools] reland: drive service (#68887) · 183fe75d
      Jonah Williams authored
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      * Removes web-initialize-platform as this is no longer used
      * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      
      Web changes
      
      * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      183fe75d
  19. 23 Oct, 2020 1 commit
  20. 22 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] refactor drive launch into separate service, split by... · 2e75f52a
      Jonah Williams authored
      [flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)
      
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      Removes web-initialize-platform as this is no longer used
      flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      Web changes
      
      Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      2e75f52a
  21. 15 Oct, 2020 1 commit
  22. 14 Oct, 2020 1 commit
  23. 13 Oct, 2020 1 commit
  24. 12 Oct, 2020 2 commits
  25. 05 Oct, 2020 1 commit
  26. 03 Oct, 2020 1 commit
  27. 31 Aug, 2020 2 commits
  28. 29 Aug, 2020 1 commit
  29. 28 Aug, 2020 2 commits
  30. 27 Aug, 2020 2 commits
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412
    • 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
  31. 26 Aug, 2020 1 commit
  32. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524) · 47596c62
      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.
      47596c62
  33. 11 Aug, 2020 1 commit