opbaba_
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, you Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...