fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

Android and iOS improvements #95

Closed budo385 closed 5 years ago

budo385 commented 5 years ago

What's new:

Android add avatar image - was not working. Android and iOS - update avatar image. Android custom phone label - adding label other then predefined ones sets the label to specified value. Android and iOS - on getContacts get the higher resolution image (photoHighResolution). Only when withThumbnails is true. photoHighResolution set to default when getting contact. Default is photoHighResolution = true because if you update the contact after getting, it will update the original size picture. Android and iOS - getContactsForPhone(String phone, {bool withThumbnails = true, bool photoHighResolution = true}) - gets the contacts with phone filter. Tested all of this.