File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 22
33- Depend on the latest ` package:dwds ` .
44- Update min sdk constraint to ` >=2.13.0 ` .
5- - Support the latest ` pkgackage :build_daemon` .
5+ - Support the latest ` package :build_daemon` .
66
77## 2.7.4
88
Original file line number Diff line number Diff line change @@ -2,22 +2,19 @@ A command-line tool for developing and deploying web applications with Dart.
22
33## Requirements
44
5- The latest release of ` webdev ` requires Dart SDK ` 2.10 .0 ` or later.
5+ The latest release of ` webdev ` requires Dart SDK ` 2.13 .0 ` or later.
66
77To use ` webdev ` with a package, make sure you have entries in ` pubspec.yaml `
88similar to:
99
1010``` yaml
1111...
1212dev_dependencies :
13- build_runner : ^1.6.2
14- build_web_compilers : ^2 .0.0
13+ build_runner : ^2.1.1
14+ build_web_compilers : ^3 .0.0
1515...
1616```
1717
18- * ` build_web_compilers ` ` ^1.2.0 ` is supported, but with some limited
19- functionality.*
20-
2118## Installation
2219
2320` webdev ` is not meant to be used as a dependency. Instead, it should be
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818 browser_launcher : ^1.0.0
1919 crypto : ^3.0.0
2020 dds : ^2.0.0
21- dwds : ^11.1.1
21+ dwds : ^11.2.3
2222 http : ^0.13.0
2323 http_multi_server : ^3.0.0
2424 io : ^1.0.0
@@ -50,9 +50,5 @@ dev_dependencies:
5050 test_process : ^2.0.2
5151 webdriver : ^3.0.0
5252
53- dependency_overrides :
54- dwds :
55- path : ../dwds
56-
5753executables :
5854 webdev :
You can’t perform that action at this time.
0 commit comments