File tree 3 files changed +5
-12
lines changed
3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Depend on the latest ` package:dwds ` .
4
4
- Update min sdk constraint to ` >=2.13.0 ` .
5
- - Support the latest ` pkgackage :build_daemon` .
5
+ - Support the latest ` package :build_daemon` .
6
6
7
7
## 2.7.4
8
8
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.
2
2
3
3
## Requirements
4
4
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.
6
6
7
7
To use ` webdev ` with a package, make sure you have entries in ` pubspec.yaml `
8
8
similar to:
9
9
10
10
``` yaml
11
11
...
12
12
dev_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
15
15
...
16
16
```
17
17
18
- * ` build_web_compilers ` ` ^1.2.0 ` is supported, but with some limited
19
- functionality.*
20
-
21
18
## Installation
22
19
23
20
` 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:
18
18
browser_launcher : ^1.0.0
19
19
crypto : ^3.0.0
20
20
dds : ^2.0.0
21
- dwds : ^11.1.1
21
+ dwds : ^11.2.3
22
22
http : ^0.13.0
23
23
http_multi_server : ^3.0.0
24
24
io : ^1.0.0
@@ -50,9 +50,5 @@ dev_dependencies:
50
50
test_process : ^2.0.2
51
51
webdriver : ^3.0.0
52
52
53
- dependency_overrides :
54
- dwds :
55
- path : ../dwds
56
-
57
53
executables :
58
54
webdev :
You can’t perform that action at this time.
0 commit comments