flutter_mailer icon indicating copy to clipboard operation
flutter_mailer copied to clipboard

Sharing Intent option mail app as first

Open adlucio87 opened this issue 3 years ago • 2 comments

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?

adlucio87 avatar Dec 28 '21 21:12 adlucio87

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

taljacobson avatar May 22 '22 14:05 taljacobson

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

Thanks for this great plugin!

devxpy avatar Jul 22 '22 11:07 devxpy