contact_add

Creator: coderz1093

Last updated:

0 purchases

contact_add Image
contact_add Images

Languages

Categories

Add to Cart

Description:

contact add

contact_add #
Add contacts to Android, iOS or macOS without additional permissions.
This is done using native views for the user to complete the contact and save it to the address book.
Usage #
To use this plugin, add contact_add as a dependency in your pubspec.yaml file:
flutter pub add contact_add
copied to clipboard
Example #

final Contact contact = Contact(
firstname: "John",
lastname: "Doe",
company: "ContactAdd",
phone: "+41 01 234 56 78",
email: "[email protected]"
);

final bool success = await ContactAdd.addContact(contact);
copied to clipboard
Supported platforms #
This library currently supports iOS, macOS and Android.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.