SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
81 stars 62 forks source link

Android Query by phone number #50

Open KarlChow92 opened 3 years ago

KarlChow92 commented 3 years ago

Hey, I am using the

Contacts.streamContacts(
    query: phoneNumber,
    phoneQuery: true)

method, and I am wondering whether this is working on Android? On iOS it seems to work without any issues but I cannot find a format for phoneNumber to make it work on Android.

See image for what I am testing.

Screenshot 2021-03-11 at 10 46 45