File tree Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11
11
- Migrate ` package:dwds ` to null safety.
12
12
- Make ` ChromeProxyService.getStack ` wait for the debugger to perform initial
13
13
resume operation. This avoids race conditions on isolate start.
14
+ - Update the min SDK constraint to 2.18.0.
14
15
15
16
** Breaking changes**
16
17
42
43
43
44
## 14.0.1
44
45
45
- - Add ` libraryFilters ` optional parameter to the vm service implememtation of
46
+ - Add ` libraryFilters ` optional parameter to the vm service implementation of
46
47
` getSourceReport ` .
47
48
- Update temp variable detection heuristics so internal JS type objects do not
48
49
show in the debugger.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: >-
7
7
repository : https://github.com/dart-lang/webdev/tree/master/dwds
8
8
9
9
environment :
10
- sdk : " >=2.17 .0 <3.0.0"
10
+ sdk : " >=2.18 .0 <3.0.0"
11
11
12
12
dependencies :
13
13
async : ^2.9.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A web app example for webdev CLI.
4
4
publish_to : none
5
5
6
6
environment :
7
- sdk : " >=2.17 .0 <3.0.0"
7
+ sdk : " >=2.18 .0 <3.0.0"
8
8
9
9
dev_dependencies :
10
10
build_runner : ^2.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description:
12
12
# and build_web_compilers constraint should match those defined
13
13
# in pubspec.dart.
14
14
environment :
15
- sdk : ' >=2.17 .0 <3.0.0'
15
+ sdk : ' >=2.18 .0 <3.0.0'
16
16
17
17
dev_dependencies :
18
18
build_runner : ' >=1.6.2 <3.0.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: _webdev_smoke
2
2
description : A test fixture for webdev testing with sound support.
3
3
4
4
environment :
5
- sdk : ' >=2.17 .0 <3.0.0'
5
+ sdk : ' >=2.18 .0 <3.0.0'
6
6
7
7
dev_dependencies :
8
8
build_runner : ' >=1.6.2 <3.0.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish_to: none
3
3
description : >-
4
4
Frontend server integration code to use for dwds tests. Mimics flutter code.
5
5
environment :
6
- sdk : " >=2.17 .0 <3.0.0"
6
+ sdk : " >=2.18 .0 <3.0.0"
7
7
8
8
dependencies :
9
9
dwds :
Original file line number Diff line number Diff line change 1
1
## 2.7.11-dev
2
2
3
3
- Remove no longer used ` ExpressionCompilerService.handler ` .
4
+ - Update the min SDK constraint to 2.18.0.
4
5
5
6
## 2.7.10
6
7
43
44
## 2.7.7
44
45
45
46
- Handle and log http request serving errors.
46
- - Update SDK contraint to ` >=2.15.0 <3.0.0 ` .
47
+ - Update SDK constraint to ` >=2.15.0 <3.0.0 ` .
47
48
48
49
## 2.7.6
49
50
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description: >-
9
9
repository : https://github.com/dart-lang/webdev/tree/master/webdev
10
10
11
11
environment :
12
- sdk : " >=2.17 .0 <3.0.0"
12
+ sdk : " >=2.18 .0 <3.0.0"
13
13
14
14
dependencies :
15
15
args : ^2.3.1
You can’t perform that action at this time.
0 commit comments