Last updated:
0 purchases
native contact
native_contact #
A Flutter plugin to call native contacts view on Android and iOS devices.
Usage #
To use this plugin, add native_contact as a dependency in your pubspec.yaml file.
Example #
// Import package
import 'package:native_contact/native_contact.dart';
// Add a contact
await NativeContact.addNewContact(contact);
copied to clipboard
Todo #
❌ select contact
❌ edit contact
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.