sdk-for-flutter
sdk-for-flutter copied to clipboard
[READ-ONLY] Official Appwrite Flutter SDK π
### π Reproduction steps Look for unit tests... ### π Expected behavior Expect to see some unit tests ### π Actual Behavior There aren't any unit tests :-( ### π²...
### π 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...
### π 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)) {...
### π 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...
## 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
### π 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...
### π 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 ###...
### π 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...