chore: release flutter 20.3.2

This commit is contained in:
Chirag Aggarwal
2025-11-19 14:11:40 +05:30
parent a479ce63fc
commit 61f8c99da7
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '20.3.1',
'version' => '20.3.2',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
-7
View File
@@ -1,7 +0,0 @@
services:
appwrite:
# volumes:
# - ~/.ssh:/root/.ssh
environment:
- GH_TOKEN=
- GIT_EMAIL=
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 20.3.2
* Fix OAuth2 browser infinite redirect issue
## 20.3.1
* Fix passing of `null` values and stripping only non-nullable optional parameters from the request body