SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
81 stars 62 forks source link

Update contact not working #75

Closed nmdv24 closed 3 years ago

nmdv24 commented 3 years ago

Update contact working but data hasn't change on some devices

  Contact newcontact = await Contacts.updateContact(_contact);
  return newcontact;

result must be newcontact ==_contact but it is still old contact data