contact_add 0.0.3 copy "contact_add: ^0.0.3" to clipboard
contact_add: ^0.0.3 copied to clipboard

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.

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

Example #

final Contact contact = Contact(
  firstname: "John",
  lastname: "Doe",
  company: "ContactAdd",
  phone: "+41 01 234 56 78",
  email: "hello@example.com"
);

final bool success = await ContactAdd.addContact(contact); 

Supported platforms #

This library currently supports iOS, macOS and Android.

3
likes
160
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on contact_add