Baseflow / Baseflow/flutter_cache_manager
Preserve file name
- Dominant language
- Dart
- Stars
- 809
- Forks
- 510
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
## 💬 Questions and Help
How can I preserve the file name of the cached object?
I'm storing the file to share it posteriorly using the putFile method to save and the getFileFromCache to retrieve it but I'm losing the file name in this process. Is there any way of preserving the file name or shall I implement my putFile method?
Contributor guide
Research direction
Start by reading the putFile and getFileFromCache entry points to trace how the cached object is stored and returned. Determine whether the existing cache metadata can preserve the original file name; done means retrieving the object retains that name, with the behavior verified by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100