We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce4e2 commit a0b0fdfCopy full SHA for a0b0fdf
pkgs/http/CHANGELOG.md
@@ -36,14 +36,13 @@
36
* In `MockHttpClient` use the callback returned `Response.request` instead of
37
the argument value to give more control to the callback. This may be breaking
38
for callbacks which return incomplete Responses and relied on the default.
39
+* Add `onSendProgress` callback
40
41
## 0.13.4
42
43
* Throw a more useful error when a client is used after it has been closed.
44
* Require Dart 2.14.
45
-* Add `onSendProgress` callback
46
-
47
## 0.13.3
48
49
* Validate that the `method` parameter of BaseRequest is a valid "token".
0 commit comments