sdk-for-flutter icon indicating copy to clipboard operation
sdk-for-flutter copied to clipboard

[READ-ONLY] Official Appwrite Flutter SDK 💙

Results 63 sdk-for-flutter issues
Sort by recently updated
recently updated
newest added

### 👟 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...

bug

## 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...

bug

### 👟 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...

duplicate
enhancement

## 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...

enhancement

### 👟 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...

bug

## 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...