Merge pull request #10838 from appwrite/release-flutter-20.3.2

chore: release flutter 20.3.2
This commit is contained in:
Matej Bačo 2025-11-19 11:42:24 +01:00 committed by GitHub
commit 4616a2e95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 8 deletions

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,

View file

@ -1,7 +0,0 @@
services:
appwrite:
# volumes:
# - ~/.ssh:/root/.ssh
environment:
- GH_TOKEN=
- GIT_EMAIL=

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