You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test if I can read the contacts before deciding to ask the user for the permission. This is because I want to process the contact list separately to showing the screen asking for permissions to access the contact list.
I'm wondering if there's any way to do FlutterContacts.hasPermission()?
I tried requesting contacts without doing a FlutterContacts.requestPermission() and it seems that it will prompt the user anyway.
The text was updated successfully, but these errors were encountered:
I'm trying to test if I can read the contacts before deciding to ask the user for the permission. This is because I want to process the contact list separately to showing the screen asking for permissions to access the contact list.
I'm wondering if there's any way to do
FlutterContacts.hasPermission()
?I tried requesting contacts without doing a
FlutterContacts.requestPermission()
and it seems that it will prompt the user anyway.The text was updated successfully, but these errors were encountered: