SunnyApp / flutter_contact

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

Feature addition #36

Closed hassanrehman01398 closed 3 years ago

hassanrehman01398 commented 3 years ago

Query by number can be added in this repo

ericmartineau commented 3 years ago

by phone number?

hassanrehman01398 commented 3 years ago

Query by username is added in the code so we can also add feature where we can run search by number too

ericmartineau commented 3 years ago

Phone number search support is not very consistent between ios and Android. Personally, I use another package I wrote for doing in-memory full-text searches full_text_search. If you look in the example for flutter_contact you can see how it's done.

I know there are options for phone search in the API. I'll probably remove those in future releases though because I don't really like how the native search functions. That said, I'm always open to a convincing argument...