Baseflow / flutter-contacts-plugin

Contact plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to read, create and update contacts from the address book.
https://baseflow.com
MIT License
40 stars 18 forks source link

Add handling of raw_contacts #8

Open ThinkDigitalSoftware opened 6 years ago

ThinkDigitalSoftware commented 6 years ago

🚀 Feature Requests

Please include support for adding raw_contacts. These are basically pieces of contacts that are merged together.

Contextualize the feature

Don't understand the question.

Describe the feature

 This would help with projects adding lower level details to contacts. Found some information here about raw_contacts.

Platforms affected (mark all that apply)

mvanbeusekom commented 6 years ago

@ThinkDigitalRepair thank you very much for showing interest in this plugin. We are currently hard at work extending the plugin.

We will most certainly take the support of raw_contacts into account. I will leave this issue open until we really do support it.

ThinkDigitalSoftware commented 6 years ago

Appreciate it! I've been wracking my brain trying to understand how to implement these. They come straight out of the contacts2.db file, but have to be processed somehow...