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());

Additional information

Libraries

contact_card_maker