I'm building an application using flutter and I want to be able to integrate with the phone to make calls.
In android I believe I'd ask for the REQUEST_PHONE_CALL permission.
Using flutter, I found the this plugin. Unfortunately it doesn't support iOS and the android implementation is still rather buggy.
The only alternative I found to achieve this is to use this, but that doesn't quite have the same functionality, so I want to find other alternatives.
Any tips? Thanks in advance!