-
Notifications
You must be signed in to change notification settings - Fork 724
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
[Bug] Null exception error on android #1604
Comments
Faced same issue:
Device file_picker: 8.0.5 |
This issue is stale because it has been open for 7 days with no activity. |
@miguelpruivo Please check this issue when you have the time. |
Hey @miguelpruivo , I made a PR for this issue: |
FYI @rohansohonee1 , PR #1615 was merged, it's available on version 8.1.3 of flutter_file_picker |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Hello,
Firebase is showing this error on our production app:
I'm not sure, but it looks like a null safety error in the FilePickerDelegate.java file, on the data.getData() call inside the onActivityResult method.
The text was updated successfully, but these errors were encountered: