miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 675 forks source link

The file picker in Android 14 is not working and is prompting for memory access permission. This issue occurs in an application that was previously running without problems. #1560

Closed alok511 closed 3 months ago

alok511 commented 4 months ago

Package file_picker:linux references file_picker:linux as the default plugin, but it does not provide an inline implementation. Ask the maintainers of file_picker to either avoid referencing a default implementation via platforms: linux: default_package: file_picker or add an inline implementation to file_picker via platforms: linux: pluginClass or dartPluginClass.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 7 days with no activity.

gnprice commented 3 months ago

The issue with that error message is tracked already as #1555.

The issue title sounds like a different issue. Perhaps #1559? Quoting the error message would help.

aptexd commented 3 months ago

I also have the same confusion, the same code, I can read the file on Android 13, but I can't get it on Android 14

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.