File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: _test_package
2
2
version : 1.0.0
3
3
description : >-
4
4
A fake package used for testing imports. Imports _test.
5
+ This code is for testing that debugger works with weak null safety so we
6
+ should not migrate it to null safety. Once Dart 3.0 is released, we should
7
+ delete this directory.
5
8
publish_to : none
6
9
7
10
environment :
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies:
12
12
path : ../_testSound
13
13
14
14
dev_dependencies :
15
- build_runner : ^2.0.0
16
- build_web_compilers : ^3.0.0
15
+ build_runner : ^2.1.11
16
+ build_web_compilers : ^3.2.3
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ environment:
8
8
sdk : ' >=2.13.0 <3.0.0'
9
9
10
10
dependencies :
11
- intl : ^0.17.0-nullsafety.2
12
- path : ^1.6.1
11
+ intl : ^0.17.0
12
+ path : ^1.8.2
13
13
14
14
dev_dependencies :
15
- build_runner : ^2.0.0
16
- build_web_compilers : ^3.0.0
15
+ build_runner : ^2.1.11
16
+ build_web_compilers : ^3.2.3
Original file line number Diff line number Diff line change 1
1
name : _webdev_smoke
2
- description : A test fixture for webdev testing.
2
+ description :
3
+ A test fixture for webdev testing.
4
+ This code is for testing that debugger works with weak null safety so we
5
+ should not migrate it to null safety. Once Dart 3.0 is released, we should
6
+ delete this directory.
7
+
3
8
4
9
# The versions in this pubspec should match the requirements
5
10
# defined by webdev. That is the SDK constraint should be the
You can’t perform that action at this time.
0 commit comments