Skip to content

Commit a48f47f

Browse files
sigurdmCommit Queue
authored andcommitted
Bump pub to 06dda296bfbdb345ecf696fc88b28ec6c02c5d7b
Changes: ``` > git log --format="%C(auto) %h %s" 818f10b..06dda29 https://dart.googlesource.com/pub.git/+/06dda296 Update dependencies (4607) https://dart.googlesource.com/pub.git/+/813800f0 Restrict number of concurrently repaired hosted packages (4586) https://dart.googlesource.com/pub.git/+/27c64bac Respect upper bound of Flutter constraint in root packages after 3.9 (4595) https://dart.googlesource.com/pub.git/+/cc427f51 Retry renameFile operations on windows (4605) https://dart.googlesource.com/pub.git/+/f27dcfdb Have `pub deps --json` quiet when no terminal is attached (4602) https://dart.googlesource.com/pub.git/+/279d9364 Remove special casing around injected flutter_gen package (4604) https://dart.googlesource.com/pub.git/+/9596df0a Migrate `AnalysisError` to `Diagnostic` (4596) ``` Diff: https://dart.googlesource.com/pub.git/+/818f10b4bf9249bd0b2c212dd8709675eeb14cd2..06dda296bfbdb345ecf696fc88b28ec6c02c5d7b/ Change-Id: I853dda5c6c9acbda68e83f9cee589edbd33e4da5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/434820 Reviewed-by: Sarah Zakarias <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent 1299404 commit a48f47f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,22 @@ constraint][language version] lower bound to 3.9 or greater (`sdk: '^3.9.0'`).
7171
version: ^2.0.1
7272
```
7373
74+
- Starting from language version 3.9 the `flutter` constraint upper bound is now
75+
respected in your root package. For example:
76+
77+
```yaml
78+
name: my_app
79+
environment:
80+
sdk: ^3.9.0
81+
flutter: 3.33.0
82+
```
83+
84+
Will fail `dart pub get` if invoked with any Flutter different from 3.33.0.
85+
86+
The upper bound of the flutter constraint is still ignored in packages you use
87+
as dependencies.
88+
See https://github.com/flutter/flutter/issues/95472 for details.
89+
7490
## 3.8.1
7591

7692
**Released on:** 2025-05-28

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ vars = {
142142
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
143143
"native_rev": "ea446859a3044a4fd76f2f87487d3934625a4767", # rolled manually while native assets are experimental
144144
"protobuf_rev": "0bfff0ca150959c92dac525474d73bde946f3391",
145-
"pub_rev": "818f10b4bf9249bd0b2c212dd8709675eeb14cd2", # rolled manually
145+
"pub_rev": "06dda296bfbdb345ecf696fc88b28ec6c02c5d7b", # rolled manually
146146
"shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1",
147147
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
148148
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",

0 commit comments

Comments
 (0)