flutter_downloader
flutter_downloader copied to clipboard
how to get file path
how to get file path?
As of now there is no method which return file path. Provide filename in constructor and then your filepath will be dir+"/"+filename. hope this will work for you.
But if you do that, you also need to provide the file extension, otherwise it downloads the file as .rar 🤔