contact_picker
contact_picker copied to clipboard
A Flutter plugin for picking a contact from the address book.
/Users/premware/Downloads/flutter_sdk/.pub-cache/hosted/pub.dartlang.org/contact_picker-0.0.2/ios/Classes/ContactPickerPlugin.m:45:24: warning: 'CNContactPickerViewController' is only available on iOS 9.0 or newer [-Wunguarded-availability] - (void)contactPicker:(CNContactPickerViewController *)picker ^ In module 'ContactsUI' imported from /Users/premware/Downloads/flutter_sdk/.pub-cache/hosted/pub.dartlang.org/contact_picker-0.0.2/ios/Classes/ContactPickerPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.2.sdk/System/Library/Frameworks/Conta ctsUI.framework/Headers/CNContactPickerViewController.h:25:12: note: 'CNContactPickerViewController' has been marked as...
Hello @goderbauer, do you still want to maintain this plugin? I am asking this because I see that you haven't been replying to issues nor commenting on PRs opened in...
can not support androidx ,will error when build apk
Repeat click to fix the problem
First I have selected one contact from the list it works fine, but when I try to change selected contact with another one it does not do it.
It will caused error handler application such as File Application in the choose dialog by using ContactsContract.CommonDataKinds.Phone.CONTENT_URI as the contact_picker on MI 9. But if changed into ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE, everything works...
* the example now links to the simple_permissions plugin in order to gain access to the users address book * the dart class now returns a new data structure
 库非常不错,如果能支持多个 FlutterActivity 的情况就更好了。 我这边使用 https://github.com/alibaba-flutter/hybrid_stack_manager 实现 Flutter 和 Native 的混合工程,会多次开启 FlutterActivity,却只注册一次。而 ContactPickerPlugin 只在注册的时候绑定所在的 FlutterActivity,并放在成员变量,用该成员变量来启动联系人 Intent,后续开启新的 FlutterActivity 也不会再更新该成员变量,导致收不到 onActivityResult 回调。 