0 purchases
contact card maker
Contact Card Maker allows you to generate a VCARD contact card that is compatible with iOS and Android .
Features #
Tha package generates contact card with phone , email and social media contacts.
Getting started #
The package is easy to user , install it then initalize a new Contact Card option , add the needed contacts and then call the method create to retrieve the VCard string .
Usage #
ContactCardMaker(
{required this.name,
this.emails,
this.phones,
this.whatsapp,
this.others});
print(cardMaker.create());
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.