- 30 Mar, 2023 1 commit
-
-
Sigurd Meldgaard authored
-
- 21 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] replace --no-analytics with --suppress-analytics
-
- 13 Mar, 2023 1 commit
-
-
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`.
-
- 06 Mar, 2023 1 commit
-
-
Sigurd Meldgaard authored
-
- 12 Jan, 2023 2 commits
-
-
Andrew Kolos authored
* reduce pub output from flutter create * fix fake Pub implementations * fix tests * Update pub.dart * replace enum with simpler boolean * fix tests * Revert "fix tests" This reverts commit 8a3182d3b95d4f2bf337343cdb76e88c2f428ca8. * Revert "replace enum with simpler boolean" This reverts commit 445dbc443db4eb5ce284f76749f60e81208b8783. * go back to using an enum
-
Sigurd Meldgaard authored
* Move debug error message from failed pub to logger.printTrace * Update test
-
- 10 Jan, 2023 1 commit
-
-
Sigurd Meldgaard authored
* Align `flutter pub get/upgrade/add/remove/downgrade` * Add final . to command description * Remove trailing whitespace * Don't print message that command is being run * Update expectations * Use relative path * Remove duplicated line * Improve function dartdoc
-
- 06 Jan, 2023 1 commit
-
-
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
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 01 Dec, 2022 1 commit
-
-
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
-
- 05 Oct, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 29 Aug, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 3802eb62.
-
Sigurd Meldgaard authored
-
- 29 Jul, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 21 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Oct, 2021 4 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
Christopher Fujino authored
-
- 27 Sep, 2021 1 commit
-
-
Jason Simmons authored
-
- 30 Aug, 2021 1 commit
-
-
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.
-
- 25 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Aug, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 7c24ff2c.
-
Sigurd Meldgaard authored
Top level `pub` is being deprecated.
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 19 Jul, 2021 1 commit
-
-
Remi Rousselet authored
Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177)
-
- 25 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 11 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 17 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 10 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 06 Apr, 2021 1 commit
-
-
Sam Rawlins authored
-