QuisApp / flutter_contacts

MIT License
84 stars 140 forks source link

Country iso code is added to the phone number while saving the contact using vcard. #105

Closed kartikmalhotra closed 3 months ago

kartikmalhotra commented 1 year ago

I am trying to save the contact to my contact list using vcard_maintained package on some devices it is working fine while on iPhone 12 and 13, It is not saving the number in the correct format. Please check the screenshots attached for more infoimage IMG_1568

sunil3590 commented 1 year ago

Trying to save +164XXXXXXXX but US+164XXXXXXXX gets saved in the phone book

joachim-quis commented 3 months ago

I suspect this is an error outside of flutter_contacts. This package just accepts any string as a phone, so the error is probably upstream. Please re-open if you disagree, and add some print(vCard.cellPhone) and other debug info so it's easier to debug.