fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

Can we implement adding raw_contacts #36

Closed ThinkDigitalSoftware closed 6 years ago

ThinkDigitalSoftware commented 6 years ago

https://developer.android.com/reference/android/provider/ContactsContract.RawContacts I'm reading straight from a DB, so the concept of full contacts isn't available to me. I need to aggregate the raw contact information.

ThinkDigitalSoftware commented 6 years ago

Figured this out and aggregated it before sending it over.