You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.10.1, on Microsoft Windows [Version 10.0.22000.556], locale en-GB)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Build Tools 2019 16.11.10)
[√] Android Studio (version 2020.3)
[√] VS Code (version 1.65.2)
[√] Connected device (5 available)
[√] HTTP Host Availability
Hi friends I'm trying to get files from my phone in a simple flutter project I get these errors:
🐛 Bug Report
Version: permission_handler 9.2.0
Platform:
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.10.1, on Microsoft Windows [Version 10.0.22000.556], locale en-GB)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Build Tools 2019 16.11.10)
[√] Android Studio (version 2020.3)
[√] VS Code (version 1.65.2)
[√] Connected device (5 available)
[√] HTTP Host Availability
Hi friends I'm trying to get files from my phone in a simple flutter project I get these errors:
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FileSystemException: Directory listing failed, path = '/storage/emulated/0/Android/data' (OS Error: Permission denied, errno = 13)
I tried a lot of fixes in Android Manifest change code etc. nothing :( can you please help me with it? Thanks in advance!
The text was updated successfully, but these errors were encountered: