This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 include :
11- - script : pub run --enable-experiment=non-nullable test
12- - script : pub run --enable-experiment=non-nullable test -p chrome
11+ - script : pub run test
12+ - script : pub run test -p chrome
1313 - dart_task : dartfmt
1414 - dart_task :
15- dartanalyzer : --enable-experiment=non-nullable -- fatal-infos --fatal-warnings .
15+ dartanalyzer : --fatal-infos --fatal-warnings .
1616
1717# Only building master means that we don't run two builds for each pull request.
1818branches :
Original file line number Diff line number Diff line change 1+ ## 0.17.0
2+
3+ * Stable release for null safety.
4+
15## 0.17.0-nullsafety.2
26
37* Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.
Original file line number Diff line number Diff line change 11name : intl
2- version : 0.17.0-nullsafety.2
2+ version : 0.17.0
33homepage : https://github.com/dart-lang/intl
44description : >-
55 Contains code to deal with internationalized/localized messages, date and
@@ -10,8 +10,8 @@ environment:
1010 sdk : ' >=2.12.0-0 <3.0.0'
1111
1212dependencies :
13- clock : ^1.1.0-nullsafety.1
14- path : ^1.8.0-nullsafety.1
13+ clock : ^1.1.0
14+ path : ^1.8.0
1515
1616dev_dependencies :
1717 ffi : any
You can’t perform that action at this time.
0 commit comments