QuisApp / flutter_contacts

MIT License
83 stars 138 forks source link

Null Phone number problem #132

Closed iSaqibShafique closed 3 months ago

iSaqibShafique commented 1 year ago

Hi, I am using this package, I've tried with iOS Simulator and also on the real iPhone device but when I get the phone numbers it return null(Empty List).

psalmsin1759 commented 11 months ago

Hi, I am using this package, I've tried with iOS Simulator and also on the real iPhone device but when I get the phone numbers it return null(Empty List).

I experienced same

raccoondev85 commented 10 months ago

pass withProperties: true when you do FlutterContacts.getContacts.

FlutterContacts.getContacts(withProperties: true, )

tinhnvc-gadget commented 6 months ago

pass withProperties: true when you do FlutterContacts.getContacts.

FlutterContacts.getContacts(withProperties: true, )

Thanks. It works for me

joachim-quis commented 3 months ago

Indeed you need withProperties: true. Closing.