sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
146 stars 81 forks source link

MissingPluginException(No implementation found for method send on channel flutter_email_sender) #65

Closed theiskaa closed 2 years ago

theiskaa commented 3 years ago

It's not able to send emails from IOS properly. In simulator/real-device there must be a setted-as-default email application to not get that error.

ahmadjournalpost commented 2 years ago

facing the same issue

Mozzus commented 2 years ago

I have the same issue too...

rimedar commented 2 years ago

Same here, any solution? Android device v.12

sidlatau commented 2 years ago

Please try running flutter clean and run the app again. This usually fixes the problem. To info about similar problem: https://github.com/flutter/flutter/issues/10912

rimedar commented 2 years ago

Try re launch the app again, every time that an app use native code, the app need be restarted.