Closed alok511 closed 3 months ago
This issue is stale because it has been open for 7 days with no activity.
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.
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
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.
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 viaplatforms: linux:
pluginClass
ordartPluginClass
.