Search code examples
flutterbroadcastreceiverflutter-platform-channel

How to save a phone number in an incoming call in Flutter


I want to get the incoming caller's phone number in my flutter app. I'm trying the solution in this answer, but it doesn't work.

I have no knowledge about it at all and have not been able to find a resource with all the stages. What am I doing wrong?

The full code: https://github.com/gulsenkeskin/phone_call_demo


Solution

  • I solved the problem. If anyone needs it, he can look at this link