- 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.
- Removed path_provider
- Removed share_extend
- Updated example app
- Bug fixes
- Added Notes support, and updateContact for Android fix
- Added Note support for iOS
- Added public method to convert contact to map using the static _toMap
- Updated tests
- Updated example app
- Bug fixes
- Added support for more phone labels
- Bug fixes
- Added permission handling to example app
- Fixed build errors for Android & iOS
- Feature: Update Contact for iOS & Android
- Added updateContact method to contacts_service.dart
- Added updateContact method to SwiftContactsServicePlugin.swift
- Added unit testing for the updateContact method
- Fixed formatting discrepancies in the example app (making code easier to read)
- Fixed formatting discrepancies in contacts_service.dart (making code easier to read)
- AndroidX compatibility fix for example app
- Updated example app to show updateContacts method
- Fixed example app bugs
- Updated PostalAddress.java and Contact.java (wasn't working properly)
- Added updateContact method to ContactsServicePlugin.java
- Breaking: Updated dependencies
- Breaking: Updated to support AndroidX
- Added Ability to Share VCF Card (@AppleEducate)
- Update pubspec version and maintainer info for Dart Pub
- Add withThumbnails and update example (@trinqk)
- Fix an issue when fetching contacts on Android
- Fix an issue with phones being added to emails on Android
- Update plugin for dart 2
- Fix PlatformException on iOS
- Add a refresh to the contacts list in the sample app when you add a contact
- Return more meaningful errors when addContact() fails on iOS
- Code tidy up
- Add contact thumbnails
- Fix with dart2 compatibility
- Implement deleteContact(Contact c) for Android and iOS
- Implement addContact(Contact c) for Android and iOS
- Now retrieving contacts' prefixes and suffixes
- All contacts can be retrieved
- Contacts matching a string can be retrieved