I've been studying Flutter and I'm really enjoying it.
I want to make an application that identifies the phone number when receiving a call, is this possible in Flutter?
Thanks
I've been studying Flutter and I'm really enjoying it.
I want to make an application that identifies the phone number when receiving a call, is this possible in Flutter?
Thanks
It seems possible though also quite difficult. There isn't official support for this and there aren't any packages that do what you need. The only way that I see is to create platform-specific implementations and use platform channels.