taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

Sharing Intent option mail app as first #49

Open adlucio87 opened 2 years ago

adlucio87 commented 2 years ago

Before selecting the default app, other app sappears such us bluetooth share or WhatsApp and more. I will like to have Gmail or other email clients first. Is it possible? There is an option to add or order apps in sharing intent?

taljacobson commented 2 years ago

believe its possible to expand the plugin with an android spesific method that uses the request and returns apps and their schemes that can handle the android intent https://stackoverflow.com/questions/9083826/get-the-list-of-apps-capable-of-handling-the-send-intent-to-display-in-a-view-n

a PR is always appreciated

devxpy commented 2 years ago

Here's a working solution & PR https://github.com/taljacobson/flutter_mailer/pull/52

Thanks for this great plugin!