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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...