We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Manifest :
<uses-permission android:name="android.permission.READ_CONTACTS" /> <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Controller:
final res = await FlutterContacts.openExternalInsert(); if (res != null) { <--- always null }
i check some fix at this issue #100 but still happened at flutter_contacts: ^1.1.9+2
After i test is not depend the android version but device: if the device dont have support play store that cant use this lib
i will close this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Manifest :
Controller:
i check some fix at this issue #100
but still happened at flutter_contacts: ^1.1.9+2
After i test is not depend the android version but device:
if the device dont have support play store that cant use this lib
i will close this issue
The text was updated successfully, but these errors were encountered: