flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

How to customize the file name

Open hbalxzdl opened this issue 1 year ago • 1 comments

💬 Questions and Help

I tried using var file = await DefaultCacheManager().getSingleFile('https:xxx.com/test.pdf') but I got a file with a path '/cache/libCachedImageData/1f91faa0-a9dd-1df7-98e4-0df546dcdedb.pdf"

hbalxzdl avatar Dec 14 '23 01:12 hbalxzdl

You can rename file before do something

farrerdev avatar Nov 21 '24 07:11 farrerdev