1. 30 Mar, 2023 1 commit
  2. 21 Mar, 2023 1 commit
  3. 13 Mar, 2023 1 commit
    • Sigurd Meldgaard's avatar
      Always use user-level pub cache (#121802) · 1fd84f88
      Sigurd Meldgaard authored
      Use the pub cache resolved by pub itself.
      To add packages to the flutter.zip download they are packaged as tar.gz and added to the pub-cache on first run by using  `pub cache preload`.
      1fd84f88
  4. 06 Mar, 2023 1 commit
  5. 23 Feb, 2023 1 commit
  6. 12 Jan, 2023 2 commits
  7. 10 Jan, 2023 1 commit
  8. 06 Jan, 2023 1 commit
    • Nehal Patel's avatar
      Fix `flutter update-packages` regression by fixing parameters in "pub get" runner (#116687) · de2a4249
      Nehal Patel authored
      * Make pub get runner respect printProgress and retry parameters
      
      * Fix typo
      
      * Add regression test
      
      * Improve test
      
      * Fix implementation and test
      
      * Test to fix flutter_drone tests
      
      * Revert test
      
      * Attempt #2 to fix flutter_drone tests
      
      * Revert attempt
      
      * Hack: Force printProgress to debug Windows tests
      
      * Use ProcessUtils.run to avoid dangling stdout and stderr
      
      * Update documentation
      
      * Clean up retry argument
      de2a4249
  9. 01 Dec, 2022 1 commit
    • Nehal Patel's avatar
      Removes retries from "dart pub get" and un-buffers its stdout/stderr output (#115801) · 3b15d6a5
      Nehal Patel authored
      * Removes retries from "pub get" and proxies its stdout output
      
      * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method
      
      * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr
      
      * Fix tests
      
      * Remove unused env var
      
      * Add back 'Running "flutter pub get"...' status log
      
      * Fix indent
      
      * Add Pub.test() constructor which lets tests mock stdio
      3b15d6a5
  10. 05 Oct, 2022 1 commit
  11. 08 Sep, 2022 1 commit
  12. 29 Aug, 2022 2 commits
  13. 29 Jul, 2022 1 commit
  14. 21 Jul, 2022 1 commit
  15. 07 May, 2022 1 commit
  16. 17 Mar, 2022 1 commit
  17. 11 Feb, 2022 1 commit
  18. 06 Jan, 2022 1 commit
  19. 08 Oct, 2021 1 commit
  20. 30 Sep, 2021 1 commit
  21. 27 Sep, 2021 1 commit
  22. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  23. 24 Aug, 2021 2 commits
  24. 23 Aug, 2021 1 commit
  25. 19 Jul, 2021 1 commit
  26. 14 Jun, 2021 1 commit
  27. 24 May, 2021 1 commit
  28. 17 Apr, 2021 1 commit
  29. 02 Apr, 2021 1 commit
  30. 08 Feb, 2021 1 commit
  31. 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
  32. 03 Feb, 2021 1 commit
  33. 27 Jan, 2021 1 commit
  34. 20 Jan, 2021 1 commit
  35. 16 Jan, 2021 1 commit
  36. 18 Nov, 2020 1 commit
  37. 10 Nov, 2020 1 commit