We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-nullsafety
1 parent 4e05d06 commit 9d4db9dCopy full SHA for 9d4db9d
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 0.13.4-dev
2
+
3
## 0.13.3
4
5
* Validate that the `method` parameter of BaseRequest is a valid "token".
@@ -13,10 +15,6 @@
13
15
14
16
## 0.13.0
17
-* Stable null safety release.
-
18
-## 0.13.0-nullsafety.0
19
20
* Migrate to null safety.
21
* Add `const` constructor to `ByteStream`.
22
* Migrate `BrowserClient` from `blob` to `arraybuffer`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: http
-version: 0.13.3
+version: 0.13.4-dev
homepage: https://github.com/dart-lang/http
description: A composable, multi-platform, Future-based API for HTTP requests.
0 commit comments