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 1. Run the app on an Android 14 device. 2. Initiate the Google authentication flow using the googleAuth() function. 3. Complete the authentication process. Dart Code:...

bug
question

### 🔖 Feature description There is a page to view the content of the document, which displays edit buttons if the logged-in user is the content creator (Figure 1) and...

## 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 Update dependencies (& replace unmaintained dependencies, etc) to remove all dependence on `dart:html`, as it is not WASM compatible. You should use `package:web` & `dart:js_interop` for...

## What does this PR do? - Automatically reconnect realtime connection ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear instructions...

### 👟 Reproduction steps I release my app in 'release mode' for QA test. These are the reproduce step with our QA tester: 1. She goes to the thread page...

bug

### 👟 Reproduction steps * On android, create a subscription, check that it receives events correctly. * Now turn off wifi (and any other connectivity) for a few seconds. *...

bug

### 👟 Reproduction steps _**Note: I already reported this error in the [Appwrite repo](https://github.com/appwrite/appwrite/issues/9977), but since it turned out to be a problem with the Flutter package, I'll recreate the...

bug

### 👟 Reproduction steps I upload file smaller than 5 MB is its works no problem as soon as I try uploading file larger than that I run into below...

bug
question

### 🔖 Feature description While creating instance of appwrite.client, there should be option to pass custom http.client for all(or possible) requests. This gives flexibility to use better implementations like retryClient,...

enhancement