1. 15 Jun, 2023 1 commit
  2. 30 Mar, 2023 1 commit
  3. 24 Mar, 2023 1 commit
  4. 21 Mar, 2023 1 commit
  5. 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
  6. 06 Mar, 2023 1 commit
  7. 23 Feb, 2023 1 commit
  8. 23 Jan, 2023 1 commit
  9. 12 Jan, 2023 2 commits
  10. 10 Jan, 2023 1 commit
  11. 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
  12. 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
  13. 05 Oct, 2022 1 commit
  14. 08 Sep, 2022 1 commit
  15. 29 Aug, 2022 2 commits
  16. 29 Jul, 2022 1 commit
  17. 21 Jul, 2022 1 commit
  18. 07 May, 2022 1 commit
  19. 17 Mar, 2022 1 commit
  20. 11 Feb, 2022 1 commit
  21. 06 Jan, 2022 1 commit
  22. 30 Oct, 2021 1 commit
  23. 08 Oct, 2021 1 commit
  24. 30 Sep, 2021 1 commit
  25. 27 Sep, 2021 1 commit
  26. 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
  27. 24 Aug, 2021 2 commits
  28. 23 Aug, 2021 1 commit
  29. 19 Jul, 2021 1 commit
  30. 14 Jun, 2021 1 commit
  31. 25 May, 2021 1 commit
  32. 24 May, 2021 1 commit
  33. 22 May, 2021 1 commit
  34. 14 May, 2021 1 commit
  35. 17 Apr, 2021 1 commit
  36. 08 Apr, 2021 1 commit
  37. 02 Apr, 2021 1 commit