Baseflow / Baseflow/flutter_cache_manager

getObjectsOverCapacity customize columnTouched whereArgs

Open
#128 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
809
Forks
510
Avg merge
6m
Merged PRs (30d)
1

Description

I need to cleanup object over capacity , without 1 day time limit.
Can support customize the "whereArgs subtract Duration"?
//getObjectsOverCapacity
`
whereArgs:
DateTime.now().subtract(new Duration(days: 0)).millisecondsSinceEpoch
`

Contributor guide

Open the contributing guide

Research direction

Start by reading the getObjectsOverCapacity entry point and its whereArgs calculation to understand the current one-day cutoff. Done means callers can customize the subtraction duration, including zero days, while the existing default behavior remains unchanged. The issue does not identify a file or test path.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile-dev
Issue type
Feature
Difficulty
3/5
Estimated time
Half a day
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.