Baseflow / Baseflow/flutter_cache_manager

Preserve file name

Open
#335 1 comment 5 reactions 0 assignees View on GitHub
type: enhancement
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.