fluttercommunity / flutter_downloader

Flutter Downloader - A plugin for creating and managing download tasks.
https://pub.dev/packages/flutter_downloader
BSD 3-Clause "New" or "Revised" License
907 stars 511 forks source link

File Name extension got changed while multiple download #942

Open rajarathinam-MurugesaPandiyan opened 7 months ago

rajarathinam-MurugesaPandiyan commented 7 months ago

I Have used Flutter downloader for downloading , I'm facing a issue in andriod , After downloading the same file the file name should be one.png to one(1).png , but the file saved as one.png(1) , so the device finds that this is a unsupported format and the duplicate is not shown in the gallery

I have attached the screenshots below

Screenshot_20240229_014412_My Files

balajiks-dev commented 7 months ago

@rajarathinam-MurugesaPandiyan Please attach the code to find it more accessible.