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 1111- Migrate ` package:dwds ` to null safety.
1212- Make ` ChromeProxyService.getStack ` wait for the debugger to perform initial
1313 resume operation. This avoids race conditions on isolate start.
14+ - Update the min SDK constraint to 2.18.0.
1415
1516** Breaking changes**
1617
4243
4344## 14.0.1
4445
45- - Add ` libraryFilters ` optional parameter to the vm service implememtation of
46+ - Add ` libraryFilters ` optional parameter to the vm service implementation of
4647 ` getSourceReport ` .
4748- Update temp variable detection heuristics so internal JS type objects do not
4849 show in the debugger.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: >-
77repository : https://github.com/dart-lang/webdev/tree/master/dwds
88
99environment :
10- sdk : " >=2.17 .0 <3.0.0"
10+ sdk : " >=2.18 .0 <3.0.0"
1111
1212dependencies :
1313 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.
44publish_to : none
55
66environment :
7- sdk : " >=2.17 .0 <3.0.0"
7+ sdk : " >=2.18 .0 <3.0.0"
88
99dev_dependencies :
1010 build_runner : ^2.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description:
1212# and build_web_compilers constraint should match those defined
1313# in pubspec.dart.
1414environment :
15- sdk : ' >=2.17 .0 <3.0.0'
15+ sdk : ' >=2.18 .0 <3.0.0'
1616
1717dev_dependencies :
1818 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
22description : A test fixture for webdev testing with sound support.
33
44environment :
5- sdk : ' >=2.17 .0 <3.0.0'
5+ sdk : ' >=2.18 .0 <3.0.0'
66
77dev_dependencies :
88 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
33description : >-
44 Frontend server integration code to use for dwds tests. Mimics flutter code.
55environment :
6- sdk : " >=2.17 .0 <3.0.0"
6+ sdk : " >=2.18 .0 <3.0.0"
77
88dependencies :
99 dwds :
Original file line number Diff line number Diff line change 11## 2.7.11-dev
22
33- Remove no longer used ` ExpressionCompilerService.handler ` .
4+ - Update the min SDK constraint to 2.18.0.
45
56## 2.7.10
67
4344## 2.7.7
4445
4546- 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 ` .
4748
4849## 2.7.6
4950
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description: >-
99repository : https://github.com/dart-lang/webdev/tree/master/webdev
1010
1111environment :
12- sdk : " >=2.17 .0 <3.0.0"
12+ sdk : " >=2.18 .0 <3.0.0"
1313
1414dependencies :
1515 args : ^2.3.1
You can’t perform that action at this time.
0 commit comments