Skip to content

Prep webdev for publishing #1374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Depend on the latest `package:dwds`.
- Update min sdk constraint to `>=2.13.0`.
- Support the latest `pkgackage:build_daemon`.
- Support the latest `package:build_daemon`.

## 2.7.4

Expand Down
9 changes: 3 additions & 6 deletions webdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@ A command-line tool for developing and deploying web applications with Dart.

## Requirements

The latest release of `webdev` requires Dart SDK `2.10.0` or later.
The latest release of `webdev` requires Dart SDK `2.13.0` or later.

To use `webdev` with a package, make sure you have entries in `pubspec.yaml`
similar to:

```yaml
...
dev_dependencies:
build_runner: ^1.6.2
build_web_compilers: ^2.0.0
build_runner: ^2.1.1
build_web_compilers: ^3.0.0
...
```

*`build_web_compilers` `^1.2.0` is supported, but with some limited
functionality.*

## Installation

`webdev` is not meant to be used as a dependency. Instead, it should be
Expand Down
6 changes: 1 addition & 5 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
browser_launcher: ^1.0.0
crypto: ^3.0.0
dds: ^2.0.0
dwds: ^11.1.1
dwds: ^11.2.3
http: ^0.13.0
http_multi_server: ^3.0.0
io: ^1.0.0
Expand Down Expand Up @@ -50,9 +50,5 @@ dev_dependencies:
test_process: ^2.0.2
webdriver: ^3.0.0

dependency_overrides:
dwds:
path: ../dwds

executables:
webdev: