flutter_email_sender 0.1.0 flutter_email_sender: ^0.1.0 copied to clipboard
Allows send emails from flutter using native platform functionality.
0.1.0 #
- Fixed problem, that email body was not provided to mail app in iOS part.
0.0.4 #
- Fixed AndroidRuntimeException when calling startActivity (Issue #1).
0.0.3 #
- Fixed grammar.
0.0.2 #
- Fixed homepage link.
0.0.1 #
- Works on Android and iOS. On Android Intent is launched, on iOS MFMailComposeViewController is used to compose an email.