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

Couldn't add a custom label to contact's phones. #38

Closed hmarat closed 3 years ago

hmarat commented 3 years ago

Anytime when I want to change contact's phone label to custom, it changes to "Other".

contact.phones[0].label = 'Custom label'; await Contacts.updateContact(contact);

image

ericmartineau commented 3 years ago

This wasn't implemented on Android due to my laziness.

It should be now. 0.6.5+1