Skip to content

Duplicate contacts returned on Samsung devices (Android 16 / One UI 8.0) #229

@belh-sara

Description

@belh-sara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions