theone25 / contact_picker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluttercontactpicker

pub.dev

Interact with native OS contact pickers using Flutter

Getting Started

Grab contact.

final PhoneContact contact =
                    await FlutterContactPicker.pickPhoneContact();

For more info read the docs or take a look at the example

About

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

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


Languages

Language:Kotlin 49.1%Language:Dart 25.6%Language:Swift 16.4%Language:Ruby 5.0%Language:Objective-C 4.0%