File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 1.3.0-nullsafety.1
2
-
3
- * Allow the 2.9.x stable sdk.
4
-
5
1
## 1.3.0-nullsafety
6
2
7
3
* Opt into null safety.
Original file line number Diff line number Diff line change 1
1
name : meta
2
- version : 1.3.0-nullsafety.1
2
+ version : 1.3.0-nullsafety
3
3
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/meta
4
4
description : >
5
5
This library contains the declarations of annotations that developers can use
6
6
to express the intentions that otherwise can't be deduced by statically
7
7
analyzing the source code. These annotations are intended to be used by tools
8
8
to provide a better user experience.
9
9
environment :
10
- # This must remain a tight upper bound until nnbd is stable.
11
- sdk : ' >=2.9.0-18.0 <2.10.0'
10
+ # This must remain a tight constraint (only allow dev versions) until nnbd is
11
+ # stable.
12
+ sdk : ' >=2.9.0-18.0 <2.9.0'
You can’t perform that action at this time.
0 commit comments