contacts_service 0.0.9
contacts_service: ^0.0.9 copied to clipboard
A Flutter plugin to retrieve and manage contacts on Android and iOS devices.
0.0.9 October 10th, 2018 #
- Fix an issue when fetching contacts on Android
0.0.8 August 16th, 2018 #
- Fix an issue with phones being added to emails on Android
- Update plugin for dart 2
0.0.7 July 10th, 2018 #
- 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
0.0.6 April 13th, 2018 #
- Add contact thumbnails
0.0.5 April 5th, 2018 #
- Fix with dart2 compatibility
0.0.4 February 1st, 2018 #
- Implement deleteContact(Contact c) for Android and iOS
0.0.3 January 31st, 2018 #
- Implement addContact(Contact c) for Android and iOS
0.0.2 January 30th, 2018 #
- Now retrieving contacts' prefixes and suffixes
0.0.1 January 30th, 2018 #
- All contacts can be retrieved
- Contacts matching a string can be retrieved