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

ContactsPlugin().getContacts() returns duplicates #10

Open korenzerah opened 5 years ago

korenzerah commented 5 years ago

🐛 Bug Report

Using the library as explained in the readme file, i'm getting duplicates of contacts (compared their ids too).

Expected behavior

Get unique contacts by their id.

Reproduction steps

Calling ContactsPlugin().getContacts().

Configuration

Version: 0.0.3

Platform:

WizKi9d commented 3 years ago

Did you get a solution for this? 2 years later (almost exactly) and I'm now having the same issue. Some contacts are returned 2-3 times. Others only once. Very unusual.

HemlockBane commented 1 year ago

It's 2023, and the issue still persists