SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
80 stars 62 forks source link

some contact's displayName got null #46

Closed suyie001 closed 3 years ago

suyie001 commented 3 years ago

I tried some differnent android phones, some contact alaways got no displayname.

ericmartineau commented 3 years ago

There is either a displayName or givenName + familyName --- this library just retrieves what the underlying data store contains.