sdk-for-flutter
sdk-for-flutter copied to clipboard
[READ-ONLY] Official Appwrite Flutter SDK 💙
### 👟 Reproduction steps Running the app on android and linux is causing error and not building the app ### 👍 Expected behavior it shouldnt crash and the app should...
Issue: https://github.com/appwrite/sdk-for-flutter/issues/71 SDK Generator PR: https://github.com/appwrite/sdk-generator/pull/495
### 🔖 Feature description Add `storage.getFileDownloadURL()`, `storage.getFilePreviewURL()`, and `storage.getFileViewURL()` methods. ### 🎤 Pitch There are instances where it would be helpful to get a URL rather than the file as...
### 🔖 Feature description Just as Storage.createFile has an optional onProgress callback, it would be very helpful for getFileDownload and getFileView to have an onProgress callback also for the download...
### 👟 Reproduction steps Hi. I updated my appwrite version to the latest one and now I see this red warnings in the console. Please take a look. ![Screenshot 2022-05-25...
Dependency `flutter_web_auth` requires patch for flutter 3.0.0 update, error can be ignored but pollutes console. Fork provides fix until author merges PR. See: https://github.com/LinusU/flutter_web_auth/pull/118
### 🔖 Feature description this function is a stream and returns the user object if logged in or null if logged out right now I'm trying to make this feature...
### 🔖 Feature description Hey, I'm currently developing an app that has to be offline first. I know that the Firebase offline functionality is a planned feature for appwrite as...
When dealing with files, especially images, it's easier and preferable to deal with a URL; this method makes the URL available rather than manually typing it in.
### 🔖 Feature description Currently, the cookies are stored in files that can be accessed by other apps. ### 🎤 Pitch I would suggest that you change the location of...