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