await launchUrl(Uri.parse("mailto:"));
Takes me to compose, I just want to open the mail app.
I expected to open the mail app, but it’s not working, please suggest any package or lib for it
await launchUrl(Uri.parse("mailto:"));
Takes me to compose, I just want to open the mail app.
I expected to open the mail app, but it’s not working, please suggest any package or lib for it
2
Answers
You can use like below :
Or you can use this package:
https://pub.dev/packages/external_app_launcher
this will help you to open app device_apps 2.2.0
link : https://pub.dev/packages/device_apps
call this code using package name