-
Notifications
You must be signed in to change notification settings - Fork 725
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
file_picker: ^8.1.6 ,FilePickerResult always return null,but 8.1.4 is ok #1652
Comments
looking at the difference in code it looks like a permission error, i am not sure but it may lead you to a fix 4083ae4 since the checks for permission got removed |
according:4083ae4 [android]
3.file_picker: ^8.1.4 always works well |
This issue is stale because it has been open for 7 days with no activity. |
Same issue also with version 8.3.1. Downgrade to version 8.1.4 "solves" the issue. |
related #1404 |
This issue is stale because it has been open for 7 days with no activity. |
problem: FilePickerResult always return null
code:
FilePickerResult? result = await FilePicker.platform.pickFiles( allowMultiple: true );
version:file_picker: ^8.1.6
console log :[ ] I/FilePickerDelegate(24128): User cancelled the picker request
but
file_picker: 8.1.4 is ok
env:
flutter doctor -v
[✓] Flutter (Channel stable, 3.27.1, on macOS 15.2 24C101 darwin-arm64, locale en-US)
• Flutter version 3.27.1 on channel stable at /Users/abc/install/dev/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (2 days ago), 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
The text was updated successfully, but these errors were encountered: