contact_picker
contact_picker copied to clipboard
A Flutter plugin for picking a contact from the address book.
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);...
MissingPluginException(No implementation found for method selectContact on channel contact_picker)
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?