Skip to content

Commit 38dccc8

Browse files
committed
1 parent 010578b commit 38dccc8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
the context of the `flutter` executable, and when the Flutter SDK contains a
128128
package with the given name whose version matches the constraint.
129129
130+
* Added a `--no-packages-dir` flag to `pub get`, `pub upgrade`, and `pub
131+
downgrade`. When this flag is passed, pub will not generate a `packages/`
132+
directory, and will remove that directory and any symlinks to it if they
133+
exist. Note that this replaces the unsupported `--no-package-symlinks` flag.
134+
130135
* `tar` files on Linux are now created with `0` as the user and group IDs.
131136
This fixes a crash when publishing packages while using Active Directory.
132137

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ vars = {
8989
"pool_tag": "@1.2.1",
9090
"protobuf_tag": "@0.5.1+1",
9191
"pub_cache_tag": "@v0.1.0",
92-
"pub_rev": "@02443903ebaada11cad89386ad6d0202d2dbee38",
92+
"pub_rev": "@101aa44a4aebaefd0796ce44e6d155cd79fe2db4",
9393
"pub_semver_tag": "@1.3.0",
9494
"quiver_tag": "@0.21.4",
9595
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",

0 commit comments

Comments
 (0)