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

Added a new dart api function to add the functionality to get just a … #10

Open eakers42 opened 6 years ago

eakers42 commented 6 years ago

…contact name. If you only need a contact name, the phone number picker shows a dialog with repeated contacts that have multiple phone numbers. This does not work well. The API uses parameters to tell the native platform which type is being requested.

The code was added for Android and not iOS. However, the iOS code should not break and simply gets the phone number as I cannot develop for iOS.