- 15 Jun, 2023 1 commit
-
-
Dery Rahman Ahaddienata authored
Command instruction for clearing dart pub cache is somewhat wrong. Instead of `clear`, `clean` is the correct one. Ref: https://dart.dev/tools/pub/cmd/pub-cache Fixes https://github.com/flutter/flutter/issues/128663 (Edited by @andrewkolos. Changed "related to" issue to "fixes" to link this PR to the issue).
-
- 30 Mar, 2023 1 commit
-
-
Sigurd Meldgaard authored
-
- 24 Mar, 2023 1 commit
-
-
Janice Collins authored
Suppress analytics flag pass through to analysis server
-
- 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
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 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
-
- 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
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 17 Mar, 2022 1 commit
-
-
Christopher Fujino authored
-
- 11 Feb, 2022 1 commit
-
-
Swift Kim authored
-
- 06 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 30 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 08 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 30 Sep, 2021 1 commit
-
-
Greg Spencer authored
This modifies the flutter update-packages and flutter update-packages --force-upgrade commands so that the many invocations of "dart pub get" in each repo project run in parallel instead of in series.
-
- 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.
-
- 24 Aug, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 7c24ff2c.
-
Sigurd Meldgaard authored
Top level `pub` is being deprecated.
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 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)
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 25 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 14 May, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 17 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Apr, 2021 1 commit
-
-
Jonah Williams authored
-