File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 127
127
the context of the `flutter` executable, and when the Flutter SDK contains a
128
128
package with the given name whose version matches the constraint.
129
129
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
+
130
135
* `tar` files on Linux are now created with `0` as the user and group IDs.
131
136
This fixes a crash when publishing packages while using Active Directory.
132
137
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ vars = {
89
89
"pool_tag" : "@1.2.1" ,
90
90
"protobuf_tag" : "@0.5.1+1" ,
91
91
"pub_cache_tag" : "@v0.1.0" ,
92
- "pub_rev" : "@02443903ebaada11cad89386ad6d0202d2dbee38 " ,
92
+ "pub_rev" : "@101aa44a4aebaefd0796ce44e6d155cd79fe2db4 " ,
93
93
"pub_semver_tag" : "@1.3.0" ,
94
94
"quiver_tag" : "@0.21.4" ,
95
95
"resource_rev" :"@a49101ba2deb29c728acba6fb86000a8f730f4b1" ,
You can’t perform that action at this time.
0 commit comments