Can anyone recommend a Flutter package to send emails that's compatible with Appwrite? In my search for such email packages, I came across one that worked well when I was testing it by itself, but when I integrated it into the actual flutter app, I cannot proceed as it has a dependency conflict with the Appwrite package.
Thank you.
When you run into dependency conflicts, you can try to add an override. https://www.google.com/search?q=flutter+dependency+conflict+override
Recommended threads
- 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'...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- 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" :...