I'm trying to use a package from pub.dev to implement fcm service in a flutter app. However I'm facing the issue of appwrite sdk nor supporting http package >1.0.1. How can i deal with this?
TL;DR
Title: Appwrite SDK Incompatibility with HTTP Package >1.0.1
Message: I'm a developer trying to integrate the FCM service in my Flutter app using a package from pub.dev. However, I've encountered an issue where the Appwrite SDK doesn't support the HTTP package version >1.0.1. Could you please help me resolve this?
Solution: One possible solution is to downgrade the HTTP package to a version compatible with the Appwrite SDK. You can check the Appwrite documentation or reach out to their support for information on the specific supported HTTP package versions. By downgrading the HTTP package, youRecommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...