QuisApp / flutter_contacts

MIT License
88 stars 143 forks source link

The plugin not get all contacts #52

Closed Ghoust-Dev closed 2 years ago

Ghoust-Dev commented 2 years ago

i used this package and not retreive all contacts only 267 contacts and stoped but when i used other package like contacts_service retreive all contacts

joachim-quis commented 2 years ago

Are you on Android or iOS? Can you explain what you'd expect and what you're getting instead? Note that by default only "visible" contacts are returned (see this stackoverflow article). If you want to include them, add FlutterContacts.config. includeNonVisibleOnAndroid = true; before calling FlutterContacts.

joachim-quis commented 2 years ago

Closing as unreproducible.