Closed nishin-login2 closed 4 years ago
@nishin-login2 are you using the latest version?
I have this same issue, when I try to update contact, it erase its phone number and not apply any change
@nishin-login2 @jordy-garcia please use the latest code from https://github.com/lukasgit/flutter_contacts and let me know if that solves the problem. Thanks!
@nishin-login2 @jordy-garcia please use the latest code from https://github.com/lukasgit/flutter_contacts and let me know if that solves the problem. Thanks!
Yes It still has the same behaviour, try it in real devices and you'll see. In emulators it works well, but on real devices it erases the phone number
I have seen that the pattern of contacts that cannot be modified have a link to the icloud or to another platform, for this reason it is impossible to modify it .. A contact normally stored in the cell phone if it can be modified. Is there a way to detect if the contact is synchronized or saved normally?
Please submit issues and PR's to https://github.com/lukasgit/flutter_contacts
I have given both read, write contact permissions in manifest file. I could fetch contacts and display it in a list. But updating a contact is not working. Below is my code.
What am I doing wrong?