We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7574756 commit e2f0ea6Copy full SHA for e2f0ea6
pkgs/http/CHANGELOG.md
@@ -56,14 +56,13 @@
56
* In `MockHttpClient` use the callback returned `Response.request` instead of
57
the argument value to give more control to the callback. This may be breaking
58
for callbacks which return incomplete Responses and relied on the default.
59
+* Add `onSendProgress` callback
60
61
## 0.13.4
62
63
* Throw a more useful error when a client is used after it has been closed.
64
* Require Dart 2.14.
65
-* Add `onSendProgress` callback
66
-
67
## 0.13.3
68
69
* Validate that the `method` parameter of BaseRequest is a valid "token".
0 commit comments