tuliomagalhaes / native_contact

A Flutter plugin to call native contacts view on Android and iOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Todo

  • select contact
  • edit contact

About

A Flutter plugin to call native contacts view on Android and iOS devices.

License:MIT License


Languages

Language:Kotlin 38.0%Language:Swift 31.6%Language:Dart 19.5%Language:Ruby 9.2%Language:Objective-C 1.7%