Skip to content

insertContact() is passed a Contact where notes is empty, however the created contact on the device contains one Note with no text. #194

@kirkmorrow

Description

@kirkmorrow

Code:

final flutterContact(displayName: 'Test');
print('Before add: ${flutterContact.notes}');
final deviceContact = await FlutterContacts.insertContact(flutterContact);
print('After add: ${deviceContact.notes}');

Result:


Before add: []
After add: [Note(note=)]

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