Flutter never asks for any storage permission
So I was using the open_file library to open some pdf files. When I switched from cache storage to app's local document folder storage using getApplicationDocumentsDirectory(), the files were not opening. Using var result = await OpenFile.open(filePath); print(result.message); return Permission…