How to save file in Download, Music, Pictures and Public Directories in Android 10, Android 11, Android 12 and above.
In flutter you might has faced an issue with saving file in public storage on Android 10+. This can be frustrating because there is no way to save the files using path_provider plugin or any other plugin. It might also be the case that there are not enough permissions granted. In this article, we will see how to save a file in the download folder after scoped storage on android with flutter.