contact_selector 0.1.0 copy "contact_selector: ^0.1.0" to clipboard
contact_selector: ^0.1.0 copied to clipboard

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

contact_selector #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in 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).

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Using the plugin #

Follow the instructions in the Installing tab on pub.

After that, instantiate ContactSelector 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.

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on contact_selector