-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_contacts!.length =0 , if stored in google account #23
Comments
I found out the problem, I checked that it works on Android 8.0 by using emulator. but when I moved contacts to be stored in my phone contact list appeared |
Closing, feel free to reopen if needed. |
This is not a duplicate. The contacts are not stored in the SIM card, they are store in an online account, be it a Google account or, in my case, a DAVx5 account. The plugin cannot see these contancts, I don't have any stored in my phone's internal memory. |
I appreciate the good work (thanks),
Anyway I used this in my flutter app and it worked fine in the emulator.
I had a contact
ListView.builder
with rows and columns to make a contact list with thumbnails, but when I tried iton a real Android 8.0 LG G5 phone the contact list did not work it was blank and no errors or crash massage
it was just empty I tried it on my S9 Android 10.0 it worked fine.
Does this repository work on below Android 10 ? or did I need to edit something somewhere and I missed it.
The text was updated successfully, but these errors were encountered: