Category "phone-call"

How to make a phone call from a flutter app

I try to make a phone call from my Flutter app. With the following code: UrlLauncher.launch('tel: xxxxxxxx'); I found this Function on the GitHub flutter repo:

Android: How to open Call Log (missed-outgoing-incoming call view)?

I am able to open the Call Log through the following lines: Intent showCallLog = new Intent(); showCallLog.setAction(Intent.ACTION_VIEW); showC