We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e156935 commit cd68c63Copy full SHA for cd68c63
lib/src/client_browser.dart
@@ -26,7 +26,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
26
_headers = {
27
'content-type': 'application/json',
28
'x-sdk-version': 'appwrite:dart:1.0.2',
29
- 'X-Appwrite-Response-Format' : '0.10.0',
+ 'X-Appwrite-Response-Format' : '0.11.0',
30
};
31
32
this.config = {};
lib/src/client_io.dart
@@ -36,7 +36,7 @@ class ClientIO extends ClientBase with ClientMixin {
36
this._headers = {
37
38
39
40
41
42
0 commit comments