File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.12
2
+
3
+ - Support the latest Dart SDK.
4
+
1
5
## 0.2.11
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.11
2
+ version : 0.2.12
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 : " >=2.12.0 <3.5 .0"
12
+ sdk : " >=2.12.0 <3.6 .0"
13
13
14
14
# Use 'any' constraints here; we get our versions from the DEPS file.
15
15
dev_dependencies :
You can’t perform that action at this time.
0 commit comments