Closed PaniniA closed 1 month ago
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this https://github.com/flutter/flutter/issues/155401
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this https://github.com/flutter/flutter/issues/155401
Exactly the same thing.
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this https://github.com/flutter/flutter/issues/155401
Exactly the same thing.
Check if you excluded architecture is arm64
or any plugin in your application (aka pods)
Fixing that fixed my issue https://github.com/flutter/flutter/issues/79641#issuecomment-2299412011
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)
If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
Don't delete it, find the packages that use that and upgrade them or replace them with other ones.
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
Don't delete it, find the packages that use that and upgrade them or replace them with other ones.
I don't have a better alternative right now :(
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.
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 A clear and concise description of what the bug is. If the issue happens to be on Android, please make sure that it also happens with a different device/simulator and/or version.
Platform
Platform OS version What version did it happen?
How are you picking?
Details to reproduce the issue Provide all the details to reproduce the issue.
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 3.24.3
Additional context Add any other context about the problem here.