diff --git a/app/config/platforms.php b/app/config/platforms.php index 9dfc098430..66bf7f2772 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -63,7 +63,7 @@ return [ [ 'key' => 'flutter', 'name' => 'Flutter', - 'version' => '8.3.0', + 'version' => '9.0.0', 'url' => 'https://github.com/appwrite/sdk-for-flutter', 'package' => 'https://pub.dev/packages/appwrite', 'enabled' => true, @@ -375,7 +375,7 @@ return [ [ 'key' => 'dart', 'name' => 'Dart', - 'version' => '7.3.0', + 'version' => '8.0.0', 'url' => 'https://github.com/appwrite/sdk-for-dart', 'package' => 'https://pub.dev/packages/dart_appwrite', 'enabled' => true, diff --git a/docs/sdks/dart/CHANGELOG.md b/docs/sdks/dart/CHANGELOG.md index 11b8f6ead7..16197b3969 100644 --- a/docs/sdks/dart/CHANGELOG.md +++ b/docs/sdks/dart/CHANGELOG.md @@ -1,9 +1,17 @@ +## 8.0.0 + +* Added relationships support +* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`. +* Added update attribute support +* Added team prefs support +* Changed function create/update `execute` parameter to optional +* Changed team `update` to `updateName` +* Changed `Account` service to use the `User` model instead of `Account` + ## 7.3.0 * Improve helper classes * Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs -* Added relationships support -* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`. ## 7.2.0 diff --git a/docs/sdks/flutter/CHANGELOG.md b/docs/sdks/flutter/CHANGELOG.md index 1b30df913d..dbac2c9816 100644 --- a/docs/sdks/flutter/CHANGELOG.md +++ b/docs/sdks/flutter/CHANGELOG.md @@ -1,9 +1,17 @@ +## 9.0.0 + +* Added relationships support +* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`. +* Added update attribute support +* Added team prefs support +* Changed function create/update `execute` parameter to optional +* Changed team `update` to `updateName` +* Changed `Account` service to use the `User` model instead of `Account` + ## 8.3.0 * Fix: back navigation bringing back web browser after OAuth session creation * Update: Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs -* Added relationships support -* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`. ## 8.2.2