contact_card_maker 0.0.1 copy "contact_card_maker: ^0.0.1" to clipboard
contact_card_maker: ^0.0.1 copied to clipboard

A new Flutter package project.

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 #

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on contact_card_maker