Skip to content

Commit

Permalink
[http] use pkg:web, require Dart 3.2 (#1049)
Browse files Browse the repository at this point in the history
Now supports wasm
  • Loading branch information
kevmoo authored Nov 21, 2023
1 parent f0a02f9 commit a2f0b25
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 74 deletions.
159 changes: 110 additions & 49 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkgs/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* `BrowserClient` throws `ClientException` when the `'Content-Length'` header
is invalid.
* `IOClient` trims trailing whitespace on header values.
* Require Dart 3.2
* Browser: support Wasm by using `package:web`.

## 1.1.0

Expand Down
Loading

0 comments on commit a2f0b25

Please sign in to comment.