File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,16 @@ in 2018, as it doesn't work with any Dart 2.x release.
233
233
tracker.
234
234
235
235
` dart --verbose pub [command] ` will also cause the log file to be written.
236
+ - ` dart pub global activate --source=git ` now takes arguments ` --git-path ` to
237
+ specify the path of the activated package in the pubspec and ` --git-ref ` to
238
+ specify the branch or revision to check out.
236
239
- ` dart pub add ` can now add multiple packages in one command.
237
-
240
+ - ` dart pub token add ` can now add a token for [ pub.dev] ( https://pub.dev ) .
241
+ - ` dart pub uploader ` has been removed. To manage uploaders for a package use
242
+ the ` https://pub.dev/<packagename>/admin ` web-interface.
243
+ - Pub now supports a separate ` pubspec_overrides.yaml ` file that can contain
244
+ ` dependency_overrides ` . This makes it easier to avoid checking the local
245
+ overrides into version control.
238
246
#### Linter
239
247
240
248
Updated the Linter to ` 1.18.0 ` , which includes changes that
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ vars = {
141
141
"pool_rev" : "7abe634002a1ba8a0928eded086062f1307ccfae" ,
142
142
"process_rev" : "56ece43b53b64c63ae51ec184b76bd5360c28d0b" ,
143
143
"protobuf_rev" : "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31" ,
144
- "pub_rev" : "8f5ab7b1aba3b9f66b56246d77e167990339d317 " ,
144
+ "pub_rev" : "a3a102a549388a6dbfecc9252fabb618f9a2f5f7 " ,
145
145
"pub_semver_rev" : "ea6c54019948dc03042c595ce9413e17aaf7aa38" ,
146
146
"root_certificates_rev" : "692f6d6488af68e0121317a9c2c9eb393eb0ee50" ,
147
147
"rust_revision" : "b7856f695d65a8ebc846754f97d15814bcb1c244" ,
You can’t perform that action at this time.
0 commit comments