We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4625451 commit 0cdcb75Copy full SHA for 0cdcb75
dio/CHANGELOG.md
@@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.**
5
6
## Unreleased
7
8
+*None.*
9
+
10
+## 5.3.4
11
12
- Raise warning for `Map`s other than `Map<String, dynamic>` when encoding request data.
13
- Improve exception messages.
14
- Allow `ResponseDecoder` and `RequestEncoder` to be async.
dio/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: dio
2
-version: 5.3.3
+version: 5.3.4
3
4
description: |
A powerful HTTP networking package,
0 commit comments