flutter-contacts-plugin icon indicating copy to clipboard operation
flutter-contacts-plugin copied to clipboard

Contact plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to read, create and update contacts from the address book.

Results 12 flutter-contacts-plugin issues
Sort by recently updated
recently updated
newest added

I want to block phone book contacts by phone number, name, email. So I have two questions: 1- Does it possible to block contacts in Flutter? 2- Can I use...

## 🐛 Bug Report Using the library as explained in the readme file, i'm getting duplicates of contacts (compared their ids too). ### Expected behavior Get unique contacts by their...

## 🏗 Enhancement Proposal The plugins `contacts_plugin, permission_handler` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these...

## 🚀 Feature Requests ### Contextualize the feature ### Describe the feature ### Platforms affected (mark all that apply) - [x] :iphone: iOS - [x] :robot: Android

type: enhancement

Hello! Greate job! Is some way add parameter for setting order (ASC/DESC) of contacts in Flutter? Now I can do it only modifing plugin code: cursor = contentResolver.query( ContactsContract.Data.CONTENT_URI, null,...

When using plug-ins, IOS has some problems: ` /Users/furun/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:17:16: error: use of undeclared type 'AddressType' var type : AddressType = AddressType.other ^~~~~~~~~~~ /Users/furun/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:10:7: error: type 'Address' does not conform to...

## 💬 Questions and Help For questions or help we recommend checking: - The [Flutter tag in Stack Overflow](https://stackoverflow.com/questions/tagged/flutter) ```flutter onTap: () async { List contacts = await ContactsPlugin().getContacts(); print(contacts);...

## 🚀 Feature Requests when I use flutter-contact-plugin version -0.0.3, it gives me an error. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0...

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'contacts_plugin' is using version 1.2.30.

## 🚀 Feature Requests Please include support for adding raw_contacts. These are basically pieces of contacts that are merged together. ### Contextualize the feature Don't understand the question. ### Describe...