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
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...