Merge pull request #124 from appwrite/dev

This commit is contained in:
Damodar Lohani
2023-02-16 13:45:02 +05:45
committed by GitHub
5 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
## 8.2.1
## 8.2.2
* Fix: notify callback when websocket closes [#604](https://github.com/appwrite/sdk-generator/pull/604)
## 8.2.1
* Fix OAuth on web
* Improve helper classes
## 8.2.0
* Support for GraphQL
+1 -1
View File
@@ -21,7 +21,7 @@ Add this to your package's `pubspec.yaml` file:
```yml
dependencies:
appwrite: ^8.2.1
appwrite: ^8.2.2
```
You can install packages from the command line:
+1 -1
View File
@@ -43,7 +43,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
'x-sdk-name': 'Flutter',
'x-sdk-platform': 'client',
'x-sdk-language': 'flutter',
'x-sdk-version': '8.2.1',
'x-sdk-version': '8.2.2',
'X-Appwrite-Response-Format' : '1.0.0',
};
+1 -1
View File
@@ -64,7 +64,7 @@ class ClientIO extends ClientBase with ClientMixin {
'x-sdk-name': 'Flutter',
'x-sdk-platform': 'client',
'x-sdk-language': 'flutter',
'x-sdk-version': '8.2.1',
'x-sdk-version': '8.2.2',
'X-Appwrite-Response-Format' : '1.0.0',
};
+1 -1
View File
@@ -1,5 +1,5 @@
name: appwrite
version: 8.2.1
version: 8.2.2
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
homepage: https://appwrite.io
repository: https://github.com/appwrite/sdk-for-flutter