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
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...