Open petermusembi69 opened 3 years ago
If one is going to access external storage, definitely reading and writing may occur. Hence I think adding the two permission in the readme docs is necessary.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
already added permission but I still get same error
is the prob solved ?
[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/Download/counter.txt' (OS Error: Permission denied, errno = 13)