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
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
In some cases, you show a dialog, and as one of the actions, you have 'Open mail app', but it looks weird if the first dialog doesn't match the style of "MailAppPickerDialog". The "MailAppPickerDialog" is returning 'SimpleDialog' which looks different from AlertDialog or CupertinoAlertDialog (Please correct me if I'm wrong!). I would appreciate any suggestion that I can fix this; if there isn't any way to work around outside the package, that is great if you consider this in the next update! I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered:
MailAppPickerDialog is just designed to let you get going quickly with this library. I would suggest using the data returned from the calls in this library and build your own UI.
@ZahraVe If it is still a thing for you feel free to check my fork, where I did what you need, but because of reasons mentioned by the maintainer, the PR wasn't merged: #36
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some cases, you show a dialog, and as one of the actions, you have 'Open mail app', but it looks weird if the first dialog doesn't match the style of "MailAppPickerDialog". The "MailAppPickerDialog" is returning 'SimpleDialog' which looks different from AlertDialog or CupertinoAlertDialog (Please correct me if I'm wrong!). I would appreciate any suggestion that I can fix this; if there isn't any way to work around outside the package, that is great if you consider this in the next update! I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: