Relative Content

Tag Archive for iosswiftfluttermobilecallkit

How to use Call Directory Extension with Flutter to get caller information?

How can I use the iOS Call Directory Extension in Flutter to obtain caller data? My goal is to recreate a call list (for no-voip calls) since Apple does not provide that information directly. I mention the Call Directory Extension because it seems to be the only way to approach this problem, but if there is another alternative, I’m open to hearing it.