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

Feature request: Notes data field #80

Closed megid2 closed 5 years ago

megid2 commented 5 years ago

First of all, thanks for the plugin! I was wondering about the other contact fields (attributes?), e.g. "notes", that are at least in the Android Contacts API (I have no idea about the iOS contacts API). It would be nice if I could ask the contact service which fields exist, then specify which fields I want. Alternatively, as a simpler solution, could you consider including the notes field?

lukasgit commented 5 years ago

Implemented notes field #82

megid2 commented 5 years ago

Thanks a lot Lukas, and happy easter holidays! (if you have those)