flutter_contacts icon indicating copy to clipboard operation
flutter_contacts copied to clipboard

A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit

Results 52 flutter_contacts issues
Sort by recently updated
recently updated
newest added

after this #15 merged, cannot search last name or surname anymore, please put back `selectionArgs.add(query + "%");` to this `selectionArgs.add("%" + query + "%");`

wontfix

I would like to know if there is any way to load contacts in batches or is there any way to paginate the loading of contacts.

wontfix

Hi, I have a serious corruption of my contacts when I try to update a contact. I don't even measure the extent of the damage because I can't quite figure...

wontfix

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/limi/Downloads/flutter/.pub-cache/hosted/pub.flutter-io.cn/contacts_service-0.4.6/ios/Classes/SwiftContactsServicePlugin.swift, line 16 2020-07-24 14:32:45.861449+0800 iosaar[13535:8826645] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/limi/Downloads/flutter/.pub-cache/hosted/pub.flutter-io.cn/contacts_service-0.4.6/ios/Classes/SwiftContactsServicePlugin.swift, line...

I have been working on an application that need to fetch user's contacts from device and display to contact name saved in device which works for some contacts but not...

java.lang.NullPointerException: Attempt to invoke virtual method 'android.net.Uri android.content.Intent.getData()' on a null object reference

I created flutter module to use it as library in native app. I used your plugin to get contacts. But I had runtime error in native app when tried to...

Querying all contact columns results in the error: "Row too big to fit into CursorWindow". That is because some columns are referring to the same internal column (data1, data2 .......