goderbauer / contact_picker

A Flutter plugin for picking a contact from the address book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContactPicker plugin for Flutter

pub package

With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the contact is returned to the app.

This plugin uses the operating system's native UI for selecting contacts and does not require any special permissions from the user.

Currently, the plugin only supports picking phone numbers. However, it should be easy to extend the plugin to request other properties from a contact (e.g. addresses) or to obtain the entire record of a contact (PRs are welcome).

Using the plugin

Follow the instructions in the Installing tab on pub.

After that, instantiate ContactPicker in your Flutter app and call selectContact on it to bring up the UI for selecting a contact. The function returns with the selected Contact object once the user has made a choice (or null if the user didn't select anything).

See example/lib/main.dart for an actual usage example.

About

A Flutter plugin for picking a contact from the address book.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 30.9%Language:Java 30.1%Language:Dart 25.9%Language:Ruby 13.1%