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 Look for unit tests... ### πŸ‘ Expected behavior Expect to see some unit tests ### πŸ‘Ž Actual Behavior There aren't any unit tests :-( ### 🎲...

bug

### πŸ‘Ÿ Reproduction steps There are two accounts: models.Account and appwrite.Account ### πŸ‘ Expected behavior While this is not an actual bug, it is annoying to say the least, and...

bug

### πŸ‘Ÿ Reproduction steps I am using flutter_dropzone: ^3.0.5 to load the file,in onDrop: (dynamic ev) I added ``` List resultValue = []; await for (List lista in controller.getFileStream(ev)) {...

bug

### πŸ‘Ÿ Reproduction steps Calling the storage file preview endpoint with `output=webp` doesn't work unless I manually add a `image/webp` accept header ### πŸ‘ Expected behavior The image should come...

bug

## What does this PR do? This is generated from Appwrite. ## Test Plan Manual: - [x] Android - I was able to queue write operations successfully while offline. -...

## What does this PR do? This PR resolves Issue #173 by implementing a fix in the serialization process of the `User` class. The `labels` field, which previously could lead...

### πŸ‘Ÿ Reproduction steps More and more other dependency upgrade http to latest stable version, we can't upgrade others dependencies since this library depends on `'>=0.13.6 =0.13.6

bug

### πŸ‘Ÿ Reproduction steps Extremly slow upload of files to storage bucket when VPN is active. I don't know if this is an issue of appwrite itself or from http...

bug

### πŸ‘Ÿ Reproduction steps 1. Instantiate a Realtime instance 2. Subscribe to a channel 3. Subscribe to another channel ### πŸ‘ Expected behavior You get 2 separate working subscriptions ###...

bug

### πŸ’­ Description On Flutter Web, you must use `InputFile.fromBytes()`. This was fine in the past because Flutter file/image picker packages didn't provide a path. They've added support for path...

documentation