-
Notifications
You must be signed in to change notification settings - Fork 673
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
We are using Android activity launch mode as singleInstance. Few of the devices file selection not returning values.Its giving null. We can't change the launch mode as well becuase other features may break.Please check this critical bug.Lots of users are reporting this #1409
Comments
Anybody else facing this issue? |
Yes, of course! I have same problem with file picking from android file manager. I install pub Here is my [√] Flutter (Channel stable, 3.16.2, on Microsoft Windows [Version 10.0.19043.928], locale ru-RU) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc3) [√] Chrome - develop for the web [√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.5.2) [√] Android Studio (version 2022.2) [√] VS Code (version 1.76.2) [√] Connected device (4 available) [√] Network resources • No issues found! No one file type isn`t returned based on the selection results. MOST UPDATE: this guy found the way to fix it #1404 (comment) |
This issue is stale because it has been open for 14 days with no activity. |
I am also facing the same issue |
Change the activity launchMode to singelTask |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Before creating an issue, make sure that you are on the latest
file_picker
version and that there aren't already any similar opened inssues. Also, check if it isn't described on the Wiki, specially on Troubleshooting page.Also, sometimes a simple
flutter clean
andflutter build
again with latest file_picker version, may end up by fixing cached issues, so I encourage you to first do so.Describe the bug
We are using android activity launch mode as singleInstance. Few of the devices file selection not returning values.Its giving null. We can't change the launch mode as well becuase other features may break.Please check this critical bug.Lots of users are reporting this
Platform
Platform OS version
What version did it happen? 6.1.1
How are you picking?
Details to reproduce the issue
Android manifest set launch mode as singleInstance and try to get file
Error Log
Please, post the full console log of your issue, if applicable.
Screenshots and/or video
If applicable, add screenshots or video to help explain your problem.
Flutter Version details
Please, post the output of your
flutter doctor -v
, preferably, while running the issued device/simulator.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: