voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 19 forks source link

How to add a identifier from phone number list? #31

Closed sinhpn92 closed 1 year ago

sinhpn92 commented 1 year ago

Hello,

I am a new Flutter developer and I have a list of phone numbers with their respective identifiers(ex: [+211231212343 - John]). I would like to know how to add the caller ID for these phone numbers. Furthermore, when a phone number from the list calls my phone, I want to display the caller's name along with their identifier. Can you help me with this?

Thank you very much.