-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Null in openExternalPick() Response [Android 13] #161
Comments
@joachim-quis - can you please look into this? |
Hi @ritwizkh - is |
If it's |
Nevermind - this should now be fixed in version 1.1.9+1. Please reopen if not. |
I tested on Android 13, Android 14, and Android 11, and it’s working fine I suspect the problem may not be related to the Android version. |
I am using the latest version 1.1.9+2 and have same bug on Android 13. Android 12, emulator is fine. In permission add |
I am using the latest version of the
flutter_contacts: ^1.1.8
to pick the contact from native Android.The compile apk is working fine on my old device, i.e android 9, but when I am trying the same app on Android 13, it opens the native contacts app, selects the contact, but it's returning Null.
Note: The contact permission is already granted to the app, but still facing issues on Android 13. I didn't test it on iOS.
I am using this in Flutterflow, here is the code which I am using:
The text was updated successfully, but these errors were encountered: