File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.15
2
+
3
+ - Support the latest Dart SDK.
4
+
1
5
## 0.2.14
2
6
3
7
- Support the latest Dart SDK.
Original file line number Diff line number Diff line change 1
1
name : dart_internal
2
- version : 0.2.14
2
+ version : 0.2.15
3
3
description : >-
4
4
This package is not intended for wide use. It provides a temporary API to
5
5
solve the problem: "Given an object some generic type A, how do I construct an
@@ -9,7 +9,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
9
9
environment :
10
10
# Restrict the upper bound so that we can remove support for this in a later
11
11
# version of the SDK without it being a breaking change.
12
- sdk : ' >=3.5.0 <3.10 .0'
12
+ sdk : ' >=3.5.0 <3.11 .0'
13
13
14
14
resolution : workspace
15
15
You can’t perform that action at this time.
0 commit comments