QuisApp / flutter_contacts

MIT License
88 stars 143 forks source link

Issue on custom label socialMedia #12

Closed cor277 closed 3 years ago

cor277 commented 3 years ago

Hi, i tried to set custom socialmedia, but label not set, is set such us AIM.

SocialMedia social = SocialMedia(IDController.value.text);
social.label = SocialMediaLabel.custom;
social.customLabel = 'com.linkmeeasy.profile';

i found in phone (android) as an AIM and loose customlabel.

joachim-quis commented 3 years ago

Hi @cor277 I'm not sure I understand the question. What is the problem exactly? Can you post more code, and/or screenshots to explain the issue?

joachim-quis commented 3 years ago

Closing for inactivity, feel free to reopen.