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

### 🔖 Feature description Having something like: `await account.createFcmPushTarget(FirebaseConfigHere);` ### 🎤 Pitch Instead of installing, configuring, initializing, etc the Firebase SDK, some direct function that allows generating an FCM token...

enhancement

### 👟 Reproduction steps SDK update for Flutter appwrite/appwrite#13 fixed no reconnection for realtime. But it works for Android and iOS. For Deskop(MAC,WIN), reconnection does not work. if you don't...

bug

### 👟 Reproduction steps Running the following code in a Flutter project: ```dart prefs = {"data": {"name" : "Erhan"}}; User prefsUpdatedUser = await account.updatePrefs( prefs: prefs, ); ``` Running the...

bug
question