micsanbr
micsanbr
These permissions should not be included by default and should be moved to the readme page. "Don't unnecessarily request storage-related permissions for devices that run Android 10 or higher" https://developer.android.com/training/data-storage/shared/media
Same goes for "requestLegacyExternalStorage" `Starting May 5th, you must let us know why your app requires broad storage access with content` `We've detected that your app contains the requestLegacyExternalStorage flag...
I am not sure about the status of this. I've started working on a flutter project on and off around two months ago. After noticing this week that showLicensePage generates...
Okay so I forgot to clean / rebuild the project properly. The issue reappears after re-introducing the dependency.
Apparently the issue was related to the presence of SingleChildScrollView and / or BoxConstraints. Now I can build just fine but PDFViewerScaffold() is taking the whole screen hiding the app...