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

Contact not saving with emails, phones or postalAddresses set #100

Closed valerycolong closed 5 years ago

valerycolong commented 5 years ago

Creating and saving a contact with only string fields set works but fails with any iterable/list value set such as with emails, phones and postaladdress.

valerycolong commented 5 years ago

I figured the data for the iterables must be passed as maps.