sdk-for-flutter
sdk-for-flutter copied to clipboard
[READ-ONLY] Official Appwrite Flutter SDK 💙
### 🔖 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...
### 👟 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...
### 👟 Reproduction steps Running the following code in a Flutter project: ```dart prefs = {"data": {"name" : "Erhan"}}; User prefsUpdatedUser = await account.updatePrefs( prefs: prefs, ); ``` Running the...