You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thankyou for awesome package.
I am facing a small problem trying to edit mail picker Title text from 'Choose Mail App' to some other text in IOS.(in android it does not get displayed) .
I have tried to edit by changing text of
await OpenMailApp.composeNewEmailInMailApp(
nativePickerTitle: 'Some other title',
emailContent: email);
It would be great if you could help changing the title.
Thankyou for awesome package.
I am facing a small problem trying to edit mail picker Title text from 'Choose Mail App' to some other text in IOS.(in android it does not get displayed) .
I have tried to edit by changing text of
It would be great if you could help changing the title.