Skip to content

feat: Flutter SDK update for version 23.0.0#305

Closed
ChiragAgg5k wants to merge 4 commits intomainfrom
dev
Closed

feat: Flutter SDK update for version 23.0.0#305
ChiragAgg5k wants to merge 4 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

@ChiragAgg5k ChiragAgg5k commented Mar 26, 2026

This PR contains updates to the Flutter SDK for version 23.0.0.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 26, 2026

Important

Review skipped

Too many files!

This PR contains 160 files, which is 10 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7e3f2b60-d244-456e-81e8-5c8e49b66ea3

📥 Commits

Reviewing files that changed from the base of the PR and between 762af97 and 23e4a88.

📒 Files selected for processing (160)
  • lib/appwrite.dart
  • lib/channel.dart
  • lib/client_browser.dart
  • lib/client_io.dart
  • lib/operator.dart
  • lib/query.dart
  • lib/realtime_browser.dart
  • lib/realtime_io.dart
  • lib/role.dart
  • lib/services/account.dart
  • lib/services/avatars.dart
  • lib/services/databases.dart
  • lib/services/functions.dart
  • lib/services/graphql.dart
  • lib/services/locale.dart
  • lib/services/messaging.dart
  • lib/services/storage.dart
  • lib/services/tables_db.dart
  • lib/services/teams.dart
  • lib/src/client.dart
  • lib/src/client_base.dart
  • lib/src/client_browser.dart
  • lib/src/client_io.dart
  • lib/src/client_mixin.dart
  • lib/src/enums/authentication_factor.dart
  • lib/src/enums/authenticator_type.dart
  • lib/src/enums/browser.dart
  • lib/src/enums/browser_permission.dart
  • lib/src/enums/credit_card.dart
  • lib/src/enums/execution_method.dart
  • lib/src/enums/execution_status.dart
  • lib/src/enums/execution_trigger.dart
  • lib/src/enums/flag.dart
  • lib/src/enums/image_format.dart
  • lib/src/enums/image_gravity.dart
  • lib/src/enums/o_auth_provider.dart
  • lib/src/enums/theme.dart
  • lib/src/enums/timezone.dart
  • lib/src/exception.dart
  • lib/src/models/algo_argon2.dart
  • lib/src/models/algo_bcrypt.dart
  • lib/src/models/algo_md5.dart
  • lib/src/models/algo_phpass.dart
  • lib/src/models/algo_scrypt.dart
  • lib/src/models/algo_scrypt_modified.dart
  • lib/src/models/algo_sha.dart
  • lib/src/models/continent.dart
  • lib/src/models/continent_list.dart
  • lib/src/models/country.dart
  • lib/src/models/country_list.dart
  • lib/src/models/currency.dart
  • lib/src/models/currency_list.dart
  • lib/src/models/document.dart
  • lib/src/models/document_list.dart
  • lib/src/models/execution.dart
  • lib/src/models/execution_list.dart
  • lib/src/models/file.dart
  • lib/src/models/file_list.dart
  • lib/src/models/headers.dart
  • lib/src/models/identity.dart
  • lib/src/models/identity_list.dart
  • lib/src/models/jwt.dart
  • lib/src/models/language.dart
  • lib/src/models/language_list.dart
  • lib/src/models/locale.dart
  • lib/src/models/locale_code.dart
  • lib/src/models/locale_code_list.dart
  • lib/src/models/log.dart
  • lib/src/models/log_list.dart
  • lib/src/models/membership.dart
  • lib/src/models/membership_list.dart
  • lib/src/models/mfa_challenge.dart
  • lib/src/models/mfa_factors.dart
  • lib/src/models/mfa_recovery_codes.dart
  • lib/src/models/mfa_type.dart
  • lib/src/models/model.dart
  • lib/src/models/phone.dart
  • lib/src/models/phone_list.dart
  • lib/src/models/preferences.dart
  • lib/src/models/row.dart
  • lib/src/models/row_list.dart
  • lib/src/models/session.dart
  • lib/src/models/session_list.dart
  • lib/src/models/subscriber.dart
  • lib/src/models/target.dart
  • lib/src/models/team.dart
  • lib/src/models/team_list.dart
  • lib/src/models/token.dart
  • lib/src/models/transaction.dart
  • lib/src/models/transaction_list.dart
  • lib/src/models/user.dart
  • lib/src/realtime.dart
  • lib/src/realtime_io.dart
  • lib/src/realtime_message.dart
  • lib/src/realtime_mixin.dart
  • lib/src/realtime_response.dart
  • lib/src/realtime_stub.dart
  • test/channel_test.dart
  • test/query_test.dart
  • test/services/account_test.dart
  • test/services/avatars_test.dart
  • test/services/databases_test.dart
  • test/services/functions_test.dart
  • test/services/graphql_test.dart
  • test/services/locale_test.dart
  • test/services/messaging_test.dart
  • test/services/storage_test.dart
  • test/services/tables_db_test.dart
  • test/services/teams_test.dart
  • test/src/models/algo_argon2_test.dart
  • test/src/models/algo_bcrypt_test.dart
  • test/src/models/algo_md5_test.dart
  • test/src/models/algo_phpass_test.dart
  • test/src/models/algo_scrypt_modified_test.dart
  • test/src/models/algo_scrypt_test.dart
  • test/src/models/algo_sha_test.dart
  • test/src/models/continent_list_test.dart
  • test/src/models/continent_test.dart
  • test/src/models/country_list_test.dart
  • test/src/models/country_test.dart
  • test/src/models/currency_list_test.dart
  • test/src/models/currency_test.dart
  • test/src/models/document_list_test.dart
  • test/src/models/document_test.dart
  • test/src/models/execution_list_test.dart
  • test/src/models/execution_test.dart
  • test/src/models/file_list_test.dart
  • test/src/models/file_test.dart
  • test/src/models/headers_test.dart
  • test/src/models/identity_list_test.dart
  • test/src/models/identity_test.dart
  • test/src/models/jwt_test.dart
  • test/src/models/language_list_test.dart
  • test/src/models/language_test.dart
  • test/src/models/locale_code_list_test.dart
  • test/src/models/locale_code_test.dart
  • test/src/models/locale_test.dart
  • test/src/models/log_list_test.dart
  • test/src/models/log_test.dart
  • test/src/models/membership_list_test.dart
  • test/src/models/membership_test.dart
  • test/src/models/mfa_challenge_test.dart
  • test/src/models/mfa_factors_test.dart
  • test/src/models/mfa_recovery_codes_test.dart
  • test/src/models/mfa_type_test.dart
  • test/src/models/phone_list_test.dart
  • test/src/models/phone_test.dart
  • test/src/models/preferences_test.dart
  • test/src/models/row_list_test.dart
  • test/src/models/row_test.dart
  • test/src/models/session_list_test.dart
  • test/src/models/session_test.dart
  • test/src/models/subscriber_test.dart
  • test/src/models/target_test.dart
  • test/src/models/team_list_test.dart
  • test/src/models/team_test.dart
  • test/src/models/token_test.dart
  • test/src/models/transaction_list_test.dart
  • test/src/models/transaction_test.dart
  • test/src/models/user_test.dart

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

A documentation-only update to CHANGELOG.md for version 23.0.0. The changes document a breaking change where $sequence type changed from int to String for Row and Document models, introduce new impersonation methods (setImpersonateUserId(), setImpersonateUserEmail(), setImpersonateUserPhone()) in Client, ClientBrowser, and ClientIO classes, add new optional User model fields (impersonator, impersonatorUserId), update Log model field descriptions for impersonation behavior, and update the X-Appwrite-Response-Format header version to 1.9.0 along with README references to API version 1.9.x and SDK dependency version ^23.0.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: Flutter SDK update for version 23.0.0' directly matches the PR's main objective of documenting SDK updates for version 23.0.0, including breaking changes, new impersonation features, and model updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant