I’m using the latest version of flutter_contacts and retrieving contacts using:
final newContacts = await FlutterContacts.getAll(
properties: ContactProperties.all,
);
On Samsung devices, some contacts are returned duplicated, with the same phone number appearing twice.
However, when checking the same contact directly in the device’s Contacts app, the phone number is displayed only once.
Environment
Device: Samsung (multiple devices observed)
Android Version: 16
One UI Version: 8.0
Flutter Version: 3.41.4
Dart Version: 3.11.1
Package: flutter_contacts: 2.0.1
I’m using the latest version of flutter_contacts and retrieving contacts using:
On Samsung devices, some contacts are returned duplicated, with the same phone number appearing twice.
However, when checking the same contact directly in the device’s Contacts app, the phone number is displayed only once.
Environment
Device: Samsung (multiple devices observed)
Android Version: 16
One UI Version: 8.0
Flutter Version: 3.41.4
Dart Version: 3.11.1
Package: flutter_contacts: 2.0.1