sdk-for-flutter
sdk-for-flutter copied to clipboard
[READ-ONLY] Official Appwrite Flutter SDK 💙
### 👟 Reproduction steps ## Requirements - Google Account with an activated 2FA (two-factor-authentication) option - An android device which is logged into the same google account - appwrite project...
## What does this PR do? Fix a null access exception ## Test Plan Random happening ## Related PRs and Issues ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
### 🔖 Feature description Hello, I don't really know how to make a pull request on Github. But you could add these simple lines so that the createOAuth2Session function returns...
### 👟 Reproduction steps Databases listDocuments with select query that does not include $permissions field ### 👍 Expected behavior Document object should be constructed with an empty $permissions list Proposed...
### 👟 Reproduction steps Support ACID support when it is possible. Access data from different isolates. ### 👍 Expected behavior Thanks a lot for implementing so useful feature. It could...
## What does this PR do? Break apart `Client.call()` using middlewares. ## Test Plan Manual ## Related PRs and Issues * https://github.com/appwrite/sdk-for-flutter/pull/135 ### Have you read the [Contributing Guidelines on...
### 🔖 Feature description For the error types exposed [here](https://appwrite.io/docs/response-codes#errorTypes) we should have a class with constants or an enum so we don't have to manually put the string in...
### 👟 Reproduction steps When using `realtime.subscribe` without connection it's not possible detect if it succeeded or failed, because the error of connection is not dispatched to outside of the...
## What does this PR do? Refactor ClientOfflineMixin and add offline filters ## Test Plan Manual ## Related PRs and Issues (If this PR is related to any other PR...