Skip to content

Commit a2f0b25

Browse files
authored
[http] use pkg:web, require Dart 3.2 (#1049)
Now supports wasm
1 parent f0a02f9 commit a2f0b25

File tree

8 files changed

+166
-74
lines changed

8 files changed

+166
-74
lines changed

.github/workflows/dart.yml

Lines changed: 110 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/http/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* `BrowserClient` throws `ClientException` when the `'Content-Length'` header
44
is invalid.
55
* `IOClient` trims trailing whitespace on header values.
6+
* Require Dart 3.2
7+
* Browser: support Wasm by using `package:web`.
68

79
## 1.1.0
810

0 commit comments

Comments
 (0)