filterlist icon indicating copy to clipboard operation
filterlist copied to clipboard

range error

Open inteist opened this issue 7 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: try to use filter delegate

Sorry, it seems this project is not active anymore. I don't want to file a lenghty bug report with all the fields if it is indead dead especially where the bug itself is super obvious and simple to fix

the error

  final item = tempList[index];
Exception has occurred.
RangeError (RangeError (length): Invalid value: Not in inclusive range 0..3: 4)

                final theme = FilterListDelegateTheme.of(innerContext);
                final item = tempList[index];

if this is alive - pls let me know. if not I will have to fork it - it's a shame looks like a pretty good package.

inteist avatar May 25 '25 22:05 inteist