[breaking change]send method will now return a Future<MailerResponse>, #20
this should not really be breaking since it used to return a Future<void> and its response would just be ignored.
on [ios] uses mfmailcomposeresult
on android returns android.
android seems very limiting for knowing if an intent was canceled or successfull.
public boolean onActivityResult(int requestCode, int resultCode, Intent intent)resultCode always return 0 whether sending, discarding an email, or cancelling the share app picker.
change to dart package structure to a multi file library | part of.
[breaking change]
send
method will now return aFuture<MailerResponse>
, #20this should not really be breaking since it used to return a
Future<void>
and its response would just be ignored.on [ios] uses mfmailcomposeresult
on android returns
android
.android seems very limiting for knowing if an intent was canceled or successfull.
public boolean onActivityResult(int requestCode, int resultCode, Intent intent)
resultCode
always return0
whether sending, discarding an email, or cancelling the share app picker.library | part of
.