We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c499320 commit 443f1c8Copy full SHA for 443f1c8
pkgs/http/CHANGELOG.md
@@ -20,14 +20,13 @@
20
* In `MockHttpClient` use the callback returned `Response.request` instead of
21
the argument value to give more control to the callback. This may be breaking
22
for callbacks which return incomplete Responses and relied on the default.
23
+* Add `onSendProgress` callback
24
25
## 0.13.4
26
27
* Throw a more useful error when a client is used after it has been closed.
28
* Require Dart 2.14.
29
-* Add `onSendProgress` callback
30
-
31
## 0.13.3
32
33
* Validate that the `method` parameter of BaseRequest is a valid "token".
0 commit comments