File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ using Dart version 2.19, before upgrading to Dart version 3.0.
282
282
283
283
#### Pub
284
284
285
- - To preserve compatibility with null-safe code pre Dart 3 Pub will interpret a
285
+ - To preserve compatibility with null-safe code pre Dart 3, Pub will interpret a
286
286
language constraint indicating a language version of ` 2.12 ` or higher and an
287
287
upper bound of ` <3.0.0 ` as ` <4.0.0 ` .
288
288
@@ -294,6 +294,9 @@ using Dart version 2.19, before upgrading to Dart version 3.0.
294
294
2.1] ( https://www.rfc-editor.org/rfc/rfc6750#section-2.1 ) . This means they must
295
295
contain only the characters: ` ^[a-zA-Z0-9._~+/=-]+$ ` . Before a failure would
296
296
happen when attempting to send the authorization header.
297
+ - ` dart pub get ` and related commands will now by default also update the
298
+ dependencies in the ` example ` folder (if it exists). Use ` --no-example ` to
299
+ avoid this.
297
300
298
301
## 2.19.4 - 2023-03-08
299
302
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ vars = {
156
156
"path_rev" : "24b58a2499440cc3d12d2b3c2f52b95f91ff1c0a" ,
157
157
"pool_rev" : "694cfd867d8d84857fc42a8d07933013f0d25305" ,
158
158
"protobuf_rev" : "b90a4c44d56075eb23ee38ae56ce0febfd7f280f" ,
159
- "pub_rev" : "b615e9e1f5c5c525c23b08c0e7ff42599c9dcbea " , # disable rev_sdk_deps.dart
159
+ "pub_rev" : "196e89e5716d64b2954021e6ac9bb5a20d975fc6 " , # disable rev_sdk_deps.dart
160
160
"pub_semver_rev" : "c0e6ea74ccfbfdb2ef54c7cd9ad31455ca8e481f" ,
161
161
"shelf_rev" : "9a792b49f07bd9d310d83cd103035cc60a9956af" ,
162
162
"source_map_stack_trace_rev" : "45ea3688b6bec1eb565c38c4e28f37b01f8a0fa9" ,
You can’t perform that action at this time.
0 commit comments