contact_picker icon indicating copy to clipboard operation
contact_picker copied to clipboard

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

Results 25 contact_picker issues
Sort by recently updated
recently updated
newest added
trafficstars

I had to modify the following ```java @Override public void onMethodCall(MethodCall call, Result result) { if (call.method.equals("selectContact")) { if (pendingResult != null) { pendingResult.error("multiple_requests", "Cancelled by a second request.", null);...

When I use it on iOS platform this is the error I get. But it works well on Android

Gets stuck here ``` Installing build/app/outputs/apk/app.apk... ``` Removing the contact_picker package entirely from my app was the only way to get it running again. My system setup (in case it...

…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...

is it possible to select more than one contact?