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 3ee87e3 commit 4371268Copy full SHA for 4371268
templates/dart/lib/client.dart.twig
@@ -81,7 +81,7 @@ class Client {
81
try {
82
83
if(headers['content-type'] == 'multipart/form-data') {
84
- return await http.request(path, data: FormData.fromMap(params), options: options);
+ return await http.request(path, data: FormData.fromMap(params,ListFormat.multiCompatible), options: options);
85
}
86
87
if (method == HttpMethod.get) {
0 commit comments