-
Notifications
You must be signed in to change notification settings - Fork 19
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 Access Permission Not working on Android #25
Comments
Does anyone have a solution to this problem? |
Use permission handler as workaround. You most likely will need it anyway. import 'package:permission_handler/permission_handler.dart'; await Permission.manageExternalStorage.isGranted; |
It's true, but they should make it work like that the package will be independent and not require any other packages . |
I/flutter (27441): FileSystemException: Directory listing failed, path = '/storage/emulated/0/' (OS Error: Permission denied, errno = 13) |
same issue i facing |
set targetSdkVersion 29 |
Requesting file permission is not working on Android too.
AndroidManifest.xml
log:
Unhandled Exception: MissingPluginException(No implementation found for method requestFilesAccessPermission on channel myapp/channel).
The text was updated successfully, but these errors were encountered: