goderbauer / contact_picker

A Flutter plugin for picking a contact from the address book.
BSD 3-Clause "New" or "Revised" License
77 stars 109 forks source link

Question? #8

Open raphaelgodoi opened 6 years ago

raphaelgodoi commented 6 years ago

is it possible to select more than one contact?

ened commented 6 years ago

Not with this plugin at the moment. You'd have to query the address book yourself, present a multi-selection UI and then fetch the details yourself.