flutter_downloader – Save the file with a name with special characters
I use the Flutter_downloader package to download from the API and the file name contains spaces and special characters. For example, "abc ông @.text" will be changed to "abc____.text" when saving the file. My code: await FlutterDownloader.enqueue( url: url, savedDir:…