app/files just using any run-of-the-mill file application (Google Files, Samsung My Files, etc.). A way to get around this (although it only works on Android) is to specify the “general” downloads folder as shown below. Directory generalDownloadDir = Directory(‘/storage/emulated/0/Download’);
Read moreHow do I create a folder in root directory?
Open My Computer or Windows Explorer. Open the drive or folder where you want to create the new folder; for example, the C: drive. If you do not want to create a folder in the root directory, browse to your chosen location. In Windows 11, click the New option in the menu bar and select Folder in the drop-down menu.
Read moreHow do I create a folder in android flutter?
These are four steps to create folder in Flutter:
Read more