Is there any BETTER & CLEAN way to use SAF (Storage Access Framework) in Flutter?
Actually I wanted to create a file downloader in Flutter for android which can download file concurrently. For that I want an access to the storage system or any folder on disk which is selected by user. I tried using Filepicker package in flutter but it works in some devices but not in some(also with using including the permission for storage management in manifest file).
I tried to create a simple platform native code using kotlin and get a path user selected using
override fun...