We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31173ef commit 7f06806Copy full SHA for 7f06806
pkgs/http/CHANGELOG.md
@@ -6,14 +6,13 @@
6
* In `MockHttpClient` use the callback returned `Response.request` instead of
7
the argument value to give more control to the callback. This may be breaking
8
for callbacks which return incomplete Responses and relied on the default.
9
+* Add `onSendProgress` callback
10
11
## 0.13.4
12
13
* Throw a more useful error when a client is used after it has been closed.
14
* Require Dart 2.14.
15
-* Add `onSendProgress` callback
16
-
17
## 0.13.3
18
19
* Validate that the `method` parameter of BaseRequest is a valid "token".
0 commit comments